Html Css Color HEX #BDB805 La Rioja

📋 copy color: '#BDB805'

red 189 ◦ green 184 ◦ blue 5

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

Shades of La Rioja #BDB805

Tints of La Rioja #BDB805

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.68%

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

R = 50%
G = 48.68%
B = 1.32%

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

#BDB805 (or 0xBDB805) is known color: La Rioja. HEX triplet: BD, B8 and 05. RGB value is (189,184,5). Sum of RGB (Red+Green+Blue) = 189+184+5=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB805 is #4247FA. Grayscale: #A5A5A5. Windows color (decimal): -4343803 or 374973. OLE color: 374973.

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

Color convert

RGB 189 184 5 -
CMYK 0 0.03 0.97 0.26
HSL 58.37º 0.95% 0.38% -
HSV(B) 58.37º 0.97% 0.74% -
XYZ 38.15 45.11 6.84 -
YUV 165.09 37.66 145.05 -
System Red Green Blue C M Y K H S L
Decimal 189 184 5 0 0.03 0.97 0.26 58.37 0.95 0.38
Hex BD B8 5 0 3 61 1A 3A 5F 26
Octal 275 270 5 0 3 141 32 72 137 46
Binary 10111101 10111000 101 0 11 1100001 11010 111010 1011111 100110

Color Harmonies of #BDB805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB805

Black with #BDB805

Text Example


Text Example

White with #BDB805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB805; }

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

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

background-color css

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

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

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

border-color css

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

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

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