Html Css Color HEX #BDB706 La Rioja

📋 copy color: '#BDB706'

red 189 ◦ green 183 ◦ blue 6

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

Shades of La Rioja #BDB706

Tints of La Rioja #BDB706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.41%

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

R = 50%
G = 48.41%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BDB706 (or 0xBDB706) is known color: La Rioja. HEX triplet: BD, B7 and 06. RGB value is (189,183,6). Sum of RGB (Red+Green+Blue) = 189+183+6=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB706 is #4248F9. Grayscale: #A5A5A5. Windows color (decimal): -4344058 or 440253. OLE color: 440253.

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

Color convert

RGB 189 183 6 -
CMYK 0 0.03 0.97 0.26
HSL 58.03º 0.94% 0.38% -
HSV(B) 58.03º 0.97% 0.74% -
XYZ 37.95 44.7 6.8 -
YUV 164.62 38.49 145.39 -
System Red Green Blue C M Y K H S L
Decimal 189 183 6 0 0.03 0.97 0.26 58.03 0.94 0.38
Hex BD B7 6 0 3 61 1A 3A 5E 26
Octal 275 267 6 0 3 141 32 72 136 46
Binary 10111101 10110111 110 0 11 1100001 11010 111010 1011110 100110

Color Harmonies of #BDB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB706

Black with #BDB706

Text Example


Text Example

White with #BDB706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB706; }

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

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

background-color css

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

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

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

border-color css

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

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

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