Html Css Color HEX #BDB006 La Rioja

📋 copy color: '#BDB006'

red 189 ◦ green 176 ◦ blue 6

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

Shades of La Rioja #BDB006

Tints of La Rioja #BDB006

RGB

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

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

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

R = 50.94%
G = 47.44%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BDB006 (or 0xBDB006) is known color: La Rioja. HEX triplet: BD, B0 and 06. RGB value is (189,176,6). Sum of RGB (Red+Green+Blue) = 189+176+6=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB006 is #424FF9. Grayscale: #A1A1A1. Windows color (decimal): -4345850 or 438461. OLE color: 438461.

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

Color convert

RGB 189 176 6 -
CMYK 0 0.07 0.97 0.26
HSL 55.74º 0.94% 0.38% -
HSV(B) 55.74º 0.97% 0.74% -
XYZ 36.54 41.88 6.33 -
YUV 160.51 40.81 148.32 -
System Red Green Blue C M Y K H S L
Decimal 189 176 6 0 0.07 0.97 0.26 55.74 0.94 0.38
Hex BD B0 6 0 7 61 1A 38 5E 26
Octal 275 260 6 0 7 141 32 70 136 46
Binary 10111101 10110000 110 0 111 1100001 11010 111000 1011110 100110

Color Harmonies of #BDB006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB006

Black with #BDB006

Text Example


Text Example

White with #BDB006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB006; }

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

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

background-color css

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

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

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

border-color css

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

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

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