Html Css Color HEX #B9B30B La Rioja

📋 copy color: '#B9B30B'

red 185 ◦ green 179 ◦ blue 11

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

Shades of La Rioja #B9B30B

Tints of La Rioja #B9B30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 49.33%
G = 47.73%
B = 2.93%

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

#B9B30B (or 0xB9B30B) is known color: La Rioja. HEX triplet: B9, B3 and 0B. RGB value is (185,179,11). Sum of RGB (Red+Green+Blue) = 185+179+11=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B30B is #464CF4. Grayscale: #A2A2A2. Windows color (decimal): -4607221 or 766905. OLE color: 766905.

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

Color convert

RGB 185 179 11 -
CMYK 0 0.03 0.94 0.27
HSL 57.93º 0.89% 0.38% -
HSV(B) 57.93º 0.94% 0.73% -
XYZ 36.19 42.58 6.63 -
YUV 161.64 42.99 144.66 -
System Red Green Blue C M Y K H S L
Decimal 185 179 11 0 0.03 0.94 0.27 57.93 0.89 0.38
Hex B9 B3 B 0 3 5E 1B 3A 59 26
Octal 271 263 13 0 3 136 33 72 131 46
Binary 10111001 10110011 1011 0 11 1011110 11011 111010 1011001 100110

Color Harmonies of #B9B30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B30B

Black with #B9B30B

Text Example


Text Example

White with #B9B30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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