Html Css Color HEX #BDB707 La Rioja

📋 copy color: '#BDB707'

red 189 ◦ green 183 ◦ blue 7

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

Shades of La Rioja #BDB707

Tints of La Rioja #BDB707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.85%

R = 49.87%
G = 48.28%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BDB707 (or 0xBDB707) is known color: La Rioja. HEX triplet: BD, B7 and 07. RGB value is (189,183,7). Sum of RGB (Red+Green+Blue) = 189+183+7=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB707 is #4248F8. Grayscale: #A5A5A5. Windows color (decimal): -4344057 or 505789. OLE color: 505789.

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

Color convert

RGB 189 183 7 -
CMYK 0 0.03 0.96 0.26
HSL 58.02º 0.93% 0.38% -
HSV(B) 58.02º 0.96% 0.74% -
XYZ 37.96 44.7 6.83 -
YUV 164.73 38.99 145.31 -
System Red Green Blue C M Y K H S L
Decimal 189 183 7 0 0.03 0.96 0.26 58.02 0.93 0.38
Hex BD B7 7 0 3 60 1A 3A 5D 26
Octal 275 267 7 0 3 140 32 72 135 46
Binary 10111101 10110111 111 0 11 1100000 11010 111010 1011101 100110

Color Harmonies of #BDB707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB707

Black with #BDB707

Text Example


Text Example

White with #BDB707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB707; }

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

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

background-color css

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

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

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

border-color css

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

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

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