Html Css Color HEX #BDB508 La Rioja

📋 copy color: '#BDB508'

red 189 ◦ green 181 ◦ blue 8

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

Shades of La Rioja #BDB508

Tints of La Rioja #BDB508

RGB

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

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

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

R = 50%
G = 47.88%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BDB508 (or 0xBDB508) is known color: La Rioja. HEX triplet: BD, B5 and 08. RGB value is (189,181,8). Sum of RGB (Red+Green+Blue) = 189+181+8=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB508 is #424AF7. Grayscale: #A4A4A4. Windows color (decimal): -4344568 or 570813. OLE color: 570813.

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

Color convert

RGB 189 181 8 -
CMYK 0 0.04 0.96 0.26
HSL 57.35º 0.92% 0.39% -
HSV(B) 57.35º 0.96% 0.74% -
XYZ 37.55 43.88 6.72 -
YUV 163.67 40.15 146.07 -
System Red Green Blue C M Y K H S L
Decimal 189 181 8 0 0.04 0.96 0.26 57.35 0.92 0.39
Hex BD B5 8 0 4 60 1A 39 5C 27
Octal 275 265 10 0 4 140 32 71 134 47
Binary 10111101 10110101 1000 0 100 1100000 11010 111001 1011100 100111

Color Harmonies of #BDB508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB508

Black with #BDB508

Text Example


Text Example

White with #BDB508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB508; }

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

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

background-color css

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

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

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

border-color css

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

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

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