Html Css Color HEX #B7B00C La Rioja

📋 copy color: '#B7B00C'

red 183 ◦ green 176 ◦ blue 12

#B7B00C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B7B00C

Tints of La Rioja #B7B00C

RGB

 RED value IS 183 (71.88% from 255) = 49.33%

 GREEN value IS 176 (69.14% from 255) = 47.44%

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 49.33%
G = 47.44%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7B00C (or 0xB7B00C) is known color: La Rioja. HEX triplet: B7, B0 and 0C. RGB value is (183,176,12). Sum of RGB (Red+Green+Blue) = 183+176+12=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B00C is #484FF3. Grayscale: #A0A0A0. Windows color (decimal): -4739060 or 831671. OLE color: 831671.

HSL color Cylindrical-coordinate representation of color #B7B00C: hue angle of 57.54º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7B00C is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 176 12 -
CMYK 0 0.04 0.93 0.28
HSL 57.54º 0.88% 0.38% -
HSV(B) 57.54º 0.93% 0.72% -
XYZ 35.12 41.14 6.44 -
YUV 159.4 44.82 144.84 -
System Red Green Blue C M Y K H S L
Decimal 183 176 12 0 0.04 0.93 0.28 57.54 0.88 0.38
Hex B7 B0 C 0 4 5D 1C 3A 58 26
Octal 267 260 14 0 4 135 34 72 130 46
Binary 10110111 10110000 1100 0 100 1011101 11100 111010 1011000 100110

Color Harmonies of #B7B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B00C

Black with #B7B00C

Text Example


Text Example

White with #B7B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B00C; }

 p { color: rgb(183,176,12); }

 H1.HeaderClassName
 {
   color: #B7B00C;
 }
 .AnyTagClassName
 {
   color: #B7B00C;
 }
</style>

background-color css

<style>
 a { background-color: #B7B00C; }

 a { background-color: rgb(183,176,12); }

 div.DivClassName
 {
   background-color: #B7B00C;
 }
 .BgClassName
 {
   background-color: #B7B00C;
 }
</style>

border-color css

<style>
 span { border-color: #B7B00C; }

 span { border-color: rgb(183,176,12); }

 td.TdClassName
 {
   border-color: #B7B00C;
 }
 .TagClassName
 {
   border-color: #B7B00C;
 }
</style>