Html Css Color HEX #BDB401 La Rioja

📋 copy color: '#BDB401'

red 189 ◦ green 180 ◦ blue 1

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

Shades of La Rioja #BDB401

Tints of La Rioja #BDB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.65%

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

R = 51.08%
G = 48.65%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB401 (or 0xBDB401) is known color: La Rioja. HEX triplet: BD, B4 and 01. RGB value is (189,180,1). Sum of RGB (Red+Green+Blue) = 189+180+1=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB401 is #424BFE. Grayscale: #A3A3A3. Windows color (decimal): -4344831 or 111805. OLE color: 111805.

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

Color convert

RGB 189 180 1 -
CMYK 0 0.05 0.99 0.26
HSL 57.13º 0.99% 0.37% -
HSV(B) 57.13º 0.99% 0.74% -
XYZ 37.31 43.46 6.45 -
YUV 162.29 36.98 147.05 -
System Red Green Blue C M Y K H S L
Decimal 189 180 1 0 0.05 0.99 0.26 57.13 0.99 0.37
Hex BD B4 1 0 5 63 1A 39 63 25
Octal 275 264 1 0 5 143 32 71 143 45
Binary 10111101 10110100 1 0 101 1100011 11010 111001 1100011 100101

Color Harmonies of #BDB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB401

Black with #BDB401

Text Example


Text Example

White with #BDB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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