Html Css Color HEX #B9B30C La Rioja

📋 copy color: '#B9B30C'

red 185 ◦ green 179 ◦ blue 12

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

Shades of La Rioja #B9B30C

Tints of La Rioja #B9B30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.61%

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

R = 49.2%
G = 47.61%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9B30C (or 0xB9B30C) is known color: La Rioja. HEX triplet: B9, B3 and 0C. RGB value is (185,179,12). Sum of RGB (Red+Green+Blue) = 185+179+12=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B30C is #464CF3. Grayscale: #A2A2A2. Windows color (decimal): -4607220 or 832441. OLE color: 832441.

HSL color Cylindrical-coordinate representation of color #B9B30C: hue angle of 57.92º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9B30C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 179 12 -
CMYK 0 0.03 0.94 0.27
HSL 57.92º 0.88% 0.39% -
HSV(B) 57.92º 0.94% 0.73% -
XYZ 36.19 42.58 6.66 -
YUV 161.76 43.49 144.58 -
System Red Green Blue C M Y K H S L
Decimal 185 179 12 0 0.03 0.94 0.27 57.92 0.88 0.39
Hex B9 B3 C 0 3 5E 1B 3A 58 27
Octal 271 263 14 0 3 136 33 72 130 47
Binary 10111001 10110011 1100 0 11 1011110 11011 111010 1011000 100111

Color Harmonies of #B9B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B30C

Black with #B9B30C

Text Example


Text Example

White with #B9B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B30C; }

 p { color: rgb(185,179,12); }

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

background-color css

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

 a { background-color: rgb(185,179,12); }

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

border-color css

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

 span { border-color: rgb(185,179,12); }

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