Html Css Color HEX #BDB506 La Rioja

📋 copy color: '#BDB506'

red 189 ◦ green 181 ◦ blue 6

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

Shades of La Rioja #BDB506

Tints of La Rioja #BDB506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 50.27%
G = 48.14%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BDB506 (or 0xBDB506) is known color: La Rioja. HEX triplet: BD, B5 and 06. RGB value is (189,181,6). Sum of RGB (Red+Green+Blue) = 189+181+6=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB506 is #424AF9. Grayscale: #A4A4A4. Windows color (decimal): -4344570 or 439741. OLE color: 439741.

HSL color Cylindrical-coordinate representation of color #BDB506: hue angle of 57.38º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDB506 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 6 -
CMYK 0 0.04 0.97 0.26
HSL 57.38º 0.94% 0.38% -
HSV(B) 57.38º 0.97% 0.74% -
XYZ 37.54 43.88 6.66 -
YUV 163.44 39.15 146.23 -
System Red Green Blue C M Y K H S L
Decimal 189 181 6 0 0.04 0.97 0.26 57.38 0.94 0.38
Hex BD B5 6 0 4 61 1A 39 5E 26
Octal 275 265 6 0 4 141 32 71 136 46
Binary 10111101 10110101 110 0 100 1100001 11010 111001 1011110 100110

Color Harmonies of #BDB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB506

Black with #BDB506

Text Example


Text Example

White with #BDB506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB506; }

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

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

background-color css

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

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

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

border-color css

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

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

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