Html Css Color HEX #BDB609 La Rioja

📋 copy color: '#BDB609'

red 189 ◦ green 182 ◦ blue 9

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

Shades of La Rioja #BDB609

Tints of La Rioja #BDB609

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.89%

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

R = 49.74%
G = 47.89%
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

#BDB609 (or 0xBDB609) is known color: La Rioja. HEX triplet: BD, B6 and 09. RGB value is (189,182,9). Sum of RGB (Red+Green+Blue) = 189+182+9=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 9 (3.91% from 255 or 2.37% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB609 is #4249F6. Grayscale: #A5A5A5. Windows color (decimal): -4344311 or 636605. OLE color: 636605.

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

Color convert

RGB 189 182 9 -
CMYK 0 0.04 0.95 0.26
HSL 57.67º 0.91% 0.39% -
HSV(B) 57.67º 0.95% 0.74% -
XYZ 37.76 44.29 6.82 -
YUV 164.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 189 182 9 0 0.04 0.95 0.26 57.67 0.91 0.39
Hex BD B6 9 0 4 5F 1A 3A 5B 27
Octal 275 266 11 0 4 137 32 72 133 47
Binary 10111101 10110110 1001 0 100 1011111 11010 111010 1011011 100111

Color Harmonies of #BDB609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB609

Black with #BDB609

Text Example


Text Example

White with #BDB609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB609; }

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

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

background-color css

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

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

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

border-color css

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

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

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