Html Css Color HEX #BDB709 La Rioja

📋 copy color: '#BDB709'

red 189 ◦ green 183 ◦ blue 9

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

Shades of La Rioja #BDB709

Tints of La Rioja #BDB709

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.03%

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

R = 49.61%
G = 48.03%
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

#BDB709 (or 0xBDB709) is known color: La Rioja. HEX triplet: BD, B7 and 09. RGB value is (189,183,9). Sum of RGB (Red+Green+Blue) = 189+183+9=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB709 is #4248F6. Grayscale: #A5A5A5. Windows color (decimal): -4344055 or 636861. OLE color: 636861.

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

Color convert

RGB 189 183 9 -
CMYK 0 0.03 0.95 0.26
HSL 58º 0.91% 0.39% -
HSV(B) 58º 0.95% 0.74% -
XYZ 37.97 44.71 6.89 -
YUV 164.96 39.99 145.15 -
System Red Green Blue C M Y K H S L
Decimal 189 183 9 0 0.03 0.95 0.26 58 0.91 0.39
Hex BD B7 9 0 3 5F 1A 3A 5B 27
Octal 275 267 11 0 3 137 32 72 133 47
Binary 10111101 10110111 1001 0 11 1011111 11010 111010 1011011 100111

Color Harmonies of #BDB709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB709

Black with #BDB709

Text Example


Text Example

White with #BDB709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB709; }

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

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

background-color css

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

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

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

border-color css

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

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

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