Html Css Color HEX #BDBB09 La Rioja

📋 copy color: '#BDBB09'

red 189 ◦ green 187 ◦ blue 9

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

Shades of La Rioja #BDBB09

Tints of La Rioja #BDBB09

RGB

 RED value IS 189 (74.22% from 255) = 49.09%

 GREEN value IS 187 (73.44% from 255) = 48.57%

 BLUE value IS 9 (3.91% from 255) = 2.34%

R = 49.09%
G = 48.57%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDBB09 (or 0xBDBB09) is known color: La Rioja. HEX triplet: BD, BB and 09. RGB value is (189,187,9). Sum of RGB (Red+Green+Blue) = 189+187+9=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB09 is #4244F6. Grayscale: #A8A8A8. Windows color (decimal): -4343031 or 637885. OLE color: 637885.

HSL color Cylindrical-coordinate representation of color #BDBB09: hue angle of 59.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDBB09 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 9 -
CMYK 0 0.01 0.95 0.26
HSL 59.33º 0.91% 0.39% -
HSV(B) 59.33º 0.95% 0.74% -
XYZ 38.81 46.38 7.17 -
YUV 167.31 38.66 143.47 -
System Red Green Blue C M Y K H S L
Decimal 189 187 9 0 0.01 0.95 0.26 59.33 0.91 0.39
Hex BD BB 9 0 1 5F 1A 3B 5B 27
Octal 275 273 11 0 1 137 32 73 133 47
Binary 10111101 10111011 1001 0 1 1011111 11010 111011 1011011 100111

Color Harmonies of #BDBB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB09

Black with #BDBB09

Text Example


Text Example

White with #BDBB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB09; }

 p { color: rgb(189,187,9); }

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

background-color css

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

 a { background-color: rgb(189,187,9); }

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

border-color css

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

 span { border-color: rgb(189,187,9); }

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