Html Css Color HEX #BDB509 La Rioja

📋 copy color: '#BDB509'

red 189 ◦ green 181 ◦ blue 9

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

Shades of La Rioja #BDB509

Tints of La Rioja #BDB509

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.76%

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

R = 49.87%
G = 47.76%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB509 (or 0xBDB509) is known color: La Rioja. HEX triplet: BD, B5 and 09. RGB value is (189,181,9). Sum of RGB (Red+Green+Blue) = 189+181+9=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB509 is #424AF6. Grayscale: #A4A4A4. Windows color (decimal): -4344567 or 636349. OLE color: 636349.

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

Color convert

RGB 189 181 9 -
CMYK 0 0.04 0.95 0.26
HSL 57.33º 0.91% 0.39% -
HSV(B) 57.33º 0.95% 0.74% -
XYZ 37.56 43.89 6.75 -
YUV 163.78 40.65 145.99 -
System Red Green Blue C M Y K H S L
Decimal 189 181 9 0 0.04 0.95 0.26 57.33 0.91 0.39
Hex BD B5 9 0 4 5F 1A 39 5B 27
Octal 275 265 11 0 4 137 32 71 133 47
Binary 10111101 10110101 1001 0 100 1011111 11010 111001 1011011 100111

Color Harmonies of #BDB509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB509

Black with #BDB509

Text Example


Text Example

White with #BDB509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB509; }

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

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

background-color css

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

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

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

border-color css

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

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

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