Html Css Color HEX #BDB009 La Rioja

📋 copy color: '#BDB009'

red 189 ◦ green 176 ◦ blue 9

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

Shades of La Rioja #BDB009

Tints of La Rioja #BDB009

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.06%

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

R = 50.53%
G = 47.06%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB009 (or 0xBDB009) is known color: La Rioja. HEX triplet: BD, B0 and 09. RGB value is (189,176,9). Sum of RGB (Red+Green+Blue) = 189+176+9=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB009 is #424FF6. Grayscale: #A1A1A1. Windows color (decimal): -4345847 or 635069. OLE color: 635069.

HSL color Cylindrical-coordinate representation of color #BDB009: hue angle of 55.67º 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 #BDB009 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 9 -
CMYK 0 0.07 0.95 0.26
HSL 55.67º 0.91% 0.39% -
HSV(B) 55.67º 0.95% 0.74% -
XYZ 36.56 41.89 6.42 -
YUV 160.85 42.31 148.08 -
System Red Green Blue C M Y K H S L
Decimal 189 176 9 0 0.07 0.95 0.26 55.67 0.91 0.39
Hex BD B0 9 0 7 5F 1A 38 5B 27
Octal 275 260 11 0 7 137 32 70 133 47
Binary 10111101 10110000 1001 0 111 1011111 11010 111000 1011011 100111

Color Harmonies of #BDB009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB009

Black with #BDB009

Text Example


Text Example

White with #BDB009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB009; }

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

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

background-color css

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

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

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

border-color css

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

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

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