Html Css Color HEX #B9B412 La Rioja

📋 copy color: '#B9B412'

red 185 ◦ green 180 ◦ blue 18

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

Shades of La Rioja #B9B412

Tints of La Rioja #B9B412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47%

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

R = 48.3%
G = 47%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9B412 (or 0xB9B412) is known color: La Rioja. HEX triplet: B9, B4 and 12. RGB value is (185,180,18). Sum of RGB (Red+Green+Blue) = 185+180+18=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B412 is #464BED. Grayscale: #A3A3A3. Windows color (decimal): -4606958 or 1225913. OLE color: 1225913.

HSL color Cylindrical-coordinate representation of color #B9B412: hue angle of 58.2º 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 #B9B412 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 180 18 -
CMYK 0 0.03 0.90 0.27
HSL 58.2º 0.82% 0.4% -
HSV(B) 58.2º 0.9% 0.73% -
XYZ 36.44 43 6.95 -
YUV 163.03 46.16 143.67 -
System Red Green Blue C M Y K H S L
Decimal 185 180 18 0 0.03 0.90 0.27 58.2 0.82 0.4
Hex B9 B4 12 0 3 5A 1B 3A 52 28
Octal 271 264 22 0 3 132 33 72 122 50
Binary 10111001 10110100 10010 0 11 1011010 11011 111010 1010010 101000

Color Harmonies of #B9B412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B412

Black with #B9B412

Text Example


Text Example

White with #B9B412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B412; }

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

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

background-color css

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

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

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

border-color css

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

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

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