Html Css Color HEX #BDB809 La Rioja

📋 copy color: '#BDB809'

red 189 ◦ green 184 ◦ blue 9

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

Shades of La Rioja #BDB809

Tints of La Rioja #BDB809

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.17%

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

R = 49.48%
G = 48.17%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB809 (or 0xBDB809) is known color: La Rioja. HEX triplet: BD, B8 and 09. RGB value is (189,184,9). Sum of RGB (Red+Green+Blue) = 189+184+9=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB809 is #4247F6. Grayscale: #A6A6A6. Windows color (decimal): -4343799 or 637117. OLE color: 637117.

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

Color convert

RGB 189 184 9 -
CMYK 0 0.03 0.95 0.26
HSL 58.33º 0.91% 0.39% -
HSV(B) 58.33º 0.95% 0.74% -
XYZ 38.18 45.12 6.96 -
YUV 165.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 189 184 9 0 0.03 0.95 0.26 58.33 0.91 0.39
Hex BD B8 9 0 3 5F 1A 3A 5B 27
Octal 275 270 11 0 3 137 32 72 133 47
Binary 10111101 10111000 1001 0 11 1011111 11010 111010 1011011 100111

Color Harmonies of #BDB809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB809

Black with #BDB809

Text Example


Text Example

White with #BDB809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB809; }

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

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

background-color css

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

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

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

border-color css

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

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

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