Html Css Color HEX #BDB001 La Rioja

📋 copy color: '#BDB001'

red 189 ◦ green 176 ◦ blue 1

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

Shades of La Rioja #BDB001

Tints of La Rioja #BDB001

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.09%

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

R = 51.64%
G = 48.09%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB001 (or 0xBDB001) is known color: La Rioja. HEX triplet: BD, B0 and 01. RGB value is (189,176,1). Sum of RGB (Red+Green+Blue) = 189+176+1=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB001 is #424FFE. Grayscale: #A0A0A0. Windows color (decimal): -4345855 or 110781. OLE color: 110781.

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

Color convert

RGB 189 176 1 -
CMYK 0 0.07 0.99 0.26
HSL 55.85º 0.99% 0.37% -
HSV(B) 55.85º 0.99% 0.74% -
XYZ 36.52 41.87 6.19 -
YUV 159.94 38.31 148.73 -
System Red Green Blue C M Y K H S L
Decimal 189 176 1 0 0.07 0.99 0.26 55.85 0.99 0.37
Hex BD B0 1 0 7 63 1A 38 63 25
Octal 275 260 1 0 7 143 32 70 143 45
Binary 10111101 10110000 1 0 111 1100011 11010 111000 1100011 100101

Color Harmonies of #BDB001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB001

Black with #BDB001

Text Example


Text Example

White with #BDB001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB001; }

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

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

background-color css

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

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

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

border-color css

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

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

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