Html Css Color HEX #B7B50C La Rioja

📋 copy color: '#B7B50C'

red 183 ◦ green 181 ◦ blue 12

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

Shades of La Rioja #B7B50C

Tints of La Rioja #B7B50C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.14%

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

R = 48.67%
G = 48.14%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7B50C (or 0xB7B50C) is known color: La Rioja. HEX triplet: B7, B5 and 0C. RGB value is (183,181,12). Sum of RGB (Red+Green+Blue) = 183+181+12=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B50C is #484AF3. Grayscale: #A3A3A3. Windows color (decimal): -4737780 or 832951. OLE color: 832951.

HSL color Cylindrical-coordinate representation of color #B7B50C: hue angle of 59.3º 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 #B7B50C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 181 12 -
CMYK 0 0.01 0.93 0.28
HSL 59.3º 0.88% 0.38% -
HSV(B) 59.3º 0.93% 0.72% -
XYZ 36.12 43.14 6.77 -
YUV 162.33 43.16 142.74 -
System Red Green Blue C M Y K H S L
Decimal 183 181 12 0 0.01 0.93 0.28 59.3 0.88 0.38
Hex B7 B5 C 0 1 5D 1C 3B 58 26
Octal 267 265 14 0 1 135 34 73 130 46
Binary 10110111 10110101 1100 0 1 1011101 11100 111011 1011000 100110

Color Harmonies of #B7B50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B50C

Black with #B7B50C

Text Example


Text Example

White with #B7B50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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