Html Css Color HEX #BDB801 La Rioja

📋 copy color: '#BDB801'

red 189 ◦ green 184 ◦ blue 1

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

Shades of La Rioja #BDB801

Tints of La Rioja #BDB801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 50.53%
G = 49.2%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB801 (or 0xBDB801) is known color: La Rioja. HEX triplet: BD, B8 and 01. RGB value is (189,184,1). Sum of RGB (Red+Green+Blue) = 189+184+1=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB801 is #4247FE. Grayscale: #A5A5A5. Windows color (decimal): -4343807 or 112829. OLE color: 112829.

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

Color convert

RGB 189 184 1 -
CMYK 0 0.03 0.99 0.26
HSL 58.4º 0.99% 0.37% -
HSV(B) 58.4º 0.99% 0.74% -
XYZ 38.13 45.1 6.72 -
YUV 164.63 35.66 145.38 -
System Red Green Blue C M Y K H S L
Decimal 189 184 1 0 0.03 0.99 0.26 58.4 0.99 0.37
Hex BD B8 1 0 3 63 1A 3A 63 25
Octal 275 270 1 0 3 143 32 72 143 45
Binary 10111101 10111000 1 0 11 1100011 11010 111010 1100011 100101

Color Harmonies of #BDB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB801

Black with #BDB801

Text Example


Text Example

White with #BDB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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