Html Css Color HEX #BDB606 La Rioja

📋 copy color: '#BDB606'

red 189 ◦ green 182 ◦ blue 6

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

Shades of La Rioja #BDB606

Tints of La Rioja #BDB606

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.28%

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

R = 50.13%
G = 48.28%
B = 1.59%

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

#BDB606 (or 0xBDB606) is known color: La Rioja. HEX triplet: BD, B6 and 06. RGB value is (189,182,6). Sum of RGB (Red+Green+Blue) = 189+182+6=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB606 is #4249F9. Grayscale: #A4A4A4. Windows color (decimal): -4344314 or 439997. OLE color: 439997.

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

Color convert

RGB 189 182 6 -
CMYK 0 0.04 0.97 0.26
HSL 57.7º 0.94% 0.38% -
HSV(B) 57.7º 0.97% 0.74% -
XYZ 37.75 44.29 6.73 -
YUV 164.03 38.82 145.81 -
System Red Green Blue C M Y K H S L
Decimal 189 182 6 0 0.04 0.97 0.26 57.7 0.94 0.38
Hex BD B6 6 0 4 61 1A 3A 5E 26
Octal 275 266 6 0 4 141 32 72 136 46
Binary 10111101 10110110 110 0 100 1100001 11010 111010 1011110 100110

Color Harmonies of #BDB606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB606

Black with #BDB606

Text Example


Text Example

White with #BDB606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB606; }

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

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

background-color css

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

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

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

border-color css

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

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

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