Html Css Color HEX #BDB705 La Rioja

📋 copy color: '#BDB705'

red 189 ◦ green 183 ◦ blue 5

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

Shades of La Rioja #BDB705

Tints of La Rioja #BDB705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 50.13%
G = 48.54%
B = 1.33%

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

#BDB705 (or 0xBDB705) is known color: La Rioja. HEX triplet: BD, B7 and 05. RGB value is (189,183,5). Sum of RGB (Red+Green+Blue) = 189+183+5=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB705 is #4248FA. Grayscale: #A5A5A5. Windows color (decimal): -4344059 or 374717. OLE color: 374717.

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

Color convert

RGB 189 183 5 -
CMYK 0 0.03 0.97 0.26
HSL 58.04º 0.95% 0.38% -
HSV(B) 58.04º 0.97% 0.74% -
XYZ 37.95 44.7 6.77 -
YUV 164.5 37.99 145.47 -
System Red Green Blue C M Y K H S L
Decimal 189 183 5 0 0.03 0.97 0.26 58.04 0.95 0.38
Hex BD B7 5 0 3 61 1A 3A 5F 26
Octal 275 267 5 0 3 141 32 72 137 46
Binary 10111101 10110111 101 0 11 1100001 11010 111010 1011111 100110

Color Harmonies of #BDB705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB705

Black with #BDB705

Text Example


Text Example

White with #BDB705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB705; }

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

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

background-color css

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

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

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

border-color css

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

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

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