Html Css Color HEX #BDB209 La Rioja

📋 copy color: '#BDB209'

red 189 ◦ green 178 ◦ blue 9

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

Shades of La Rioja #BDB209

Tints of La Rioja #BDB209

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.34%

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

R = 50.27%
G = 47.34%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB209 (or 0xBDB209) is known color: La Rioja. HEX triplet: BD, B2 and 09. RGB value is (189,178,9). Sum of RGB (Red+Green+Blue) = 189+178+9=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB209 is #424DF6. Grayscale: #A2A2A2. Windows color (decimal): -4345335 or 635581. OLE color: 635581.

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

Color convert

RGB 189 178 9 -
CMYK 0 0.06 0.95 0.26
HSL 56.33º 0.91% 0.39% -
HSV(B) 56.33º 0.95% 0.74% -
XYZ 36.96 42.68 6.55 -
YUV 162.02 41.64 147.24 -
System Red Green Blue C M Y K H S L
Decimal 189 178 9 0 0.06 0.95 0.26 56.33 0.91 0.39
Hex BD B2 9 0 6 5F 1A 38 5B 27
Octal 275 262 11 0 6 137 32 70 133 47
Binary 10111101 10110010 1001 0 110 1011111 11010 111000 1011011 100111

Color Harmonies of #BDB209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB209

Black with #BDB209

Text Example


Text Example

White with #BDB209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB209; }

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

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

background-color css

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

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

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

border-color css

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

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

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