Html Css Color HEX #B9B712 La Rioja

📋 copy color: '#B9B712'

red 185 ◦ green 183 ◦ blue 18

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

Shades of La Rioja #B9B712

Tints of La Rioja #B9B712

RGB

 RED value IS 185 (72.66% from 255) = 47.93%

 GREEN value IS 183 (71.88% from 255) = 47.41%

 BLUE value IS 18 (7.42% from 255) = 4.66%

R = 47.93%
G = 47.41%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9B712 (or 0xB9B712) is known color: La Rioja. HEX triplet: B9, B7 and 12. RGB value is (185,183,18). Sum of RGB (Red+Green+Blue) = 185+183+18=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B712 is #4648ED. Grayscale: #A5A5A5. Windows color (decimal): -4606190 or 1226681. OLE color: 1226681.

HSL color Cylindrical-coordinate representation of color #B9B712: hue angle of 59.28º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9B712 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 183 18 -
CMYK 0 0.01 0.90 0.27
HSL 59.28º 0.82% 0.4% -
HSV(B) 59.28º 0.9% 0.73% -
XYZ 37.05 44.22 7.16 -
YUV 164.79 45.16 142.42 -
System Red Green Blue C M Y K H S L
Decimal 185 183 18 0 0.01 0.90 0.27 59.28 0.82 0.4
Hex B9 B7 12 0 1 5A 1B 3B 52 28
Octal 271 267 22 0 1 132 33 73 122 50
Binary 10111001 10110111 10010 0 1 1011010 11011 111011 1010010 101000

Color Harmonies of #B9B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B712

Black with #B9B712

Text Example


Text Example

White with #B9B712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B712; }

 p { color: rgb(185,183,18); }

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

background-color css

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

 a { background-color: rgb(185,183,18); }

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

border-color css

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

 span { border-color: rgb(185,183,18); }

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