Html Css Color HEX #BDB109 La Rioja

📋 copy color: '#BDB109'

red 189 ◦ green 177 ◦ blue 9

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

Shades of La Rioja #BDB109

Tints of La Rioja #BDB109

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.2%

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

R = 50.4%
G = 47.2%
B = 2.4%

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

#BDB109 (or 0xBDB109) is known color: La Rioja. HEX triplet: BD, B1 and 09. RGB value is (189,177,9). Sum of RGB (Red+Green+Blue) = 189+177+9=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB109 is #424EF6. Grayscale: #A2A2A2. Windows color (decimal): -4345591 or 635325. OLE color: 635325.

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

Color convert

RGB 189 177 9 -
CMYK 0 0.06 0.95 0.26
HSL 56º 0.91% 0.39% -
HSV(B) 56º 0.95% 0.74% -
XYZ 36.76 42.28 6.48 -
YUV 161.44 41.98 147.66 -
System Red Green Blue C M Y K H S L
Decimal 189 177 9 0 0.06 0.95 0.26 56 0.91 0.39
Hex BD B1 9 0 6 5F 1A 38 5B 27
Octal 275 261 11 0 6 137 32 70 133 47
Binary 10111101 10110001 1001 0 110 1011111 11010 111000 1011011 100111

Color Harmonies of #BDB109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB109

Black with #BDB109

Text Example


Text Example

White with #BDB109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB109; }

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

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

background-color css

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

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

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

border-color css

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

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

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