Html Css Color HEX #BDB008 La Rioja

📋 copy color: '#BDB008'

red 189 ◦ green 176 ◦ blue 8

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

Shades of La Rioja #BDB008

Tints of La Rioja #BDB008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.18%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 50.67%
G = 47.18%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BDB008 (or 0xBDB008) is known color: La Rioja. HEX triplet: BD, B0 and 08. RGB value is (189,176,8). Sum of RGB (Red+Green+Blue) = 189+176+8=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB008 is #424FF7. Grayscale: #A1A1A1. Windows color (decimal): -4345848 or 569533. OLE color: 569533.

HSL color Cylindrical-coordinate representation of color #BDB008: hue angle of 55.69º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDB008 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 8 -
CMYK 0 0.07 0.96 0.26
HSL 55.69º 0.92% 0.39% -
HSV(B) 55.69º 0.96% 0.74% -
XYZ 36.56 41.89 6.39 -
YUV 160.74 41.81 148.16 -
System Red Green Blue C M Y K H S L
Decimal 189 176 8 0 0.07 0.96 0.26 55.69 0.92 0.39
Hex BD B0 8 0 7 60 1A 38 5C 27
Octal 275 260 10 0 7 140 32 70 134 47
Binary 10111101 10110000 1000 0 111 1100000 11010 111000 1011100 100111

Color Harmonies of #BDB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB008

Black with #BDB008

Text Example


Text Example

White with #BDB008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB008; }

 p { color: rgb(189,176,8); }

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

background-color css

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

 a { background-color: rgb(189,176,8); }

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

border-color css

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

 span { border-color: rgb(189,176,8); }

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