Html Css Color HEX #BDBB01 La Rioja

📋 copy color: '#BDBB01'

red 189 ◦ green 187 ◦ blue 1

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

Shades of La Rioja #BDBB01

Tints of La Rioja #BDBB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.6%

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

R = 50.13%
G = 49.6%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDBB01 (or 0xBDBB01) is known color: La Rioja. HEX triplet: BD, BB and 01. RGB value is (189,187,1). Sum of RGB (Red+Green+Blue) = 189+187+1=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB01 is #4244FE. Grayscale: #A7A7A7. Windows color (decimal): -4343039 or 113597. OLE color: 113597.

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

Color convert

RGB 189 187 1 -
CMYK 0 0.01 0.99 0.26
HSL 59.36º 0.99% 0.37% -
HSV(B) 59.36º 0.99% 0.74% -
XYZ 38.76 46.36 6.93 -
YUV 166.39 34.66 144.12 -
System Red Green Blue C M Y K H S L
Decimal 189 187 1 0 0.01 0.99 0.26 59.36 0.99 0.37
Hex BD BB 1 0 1 63 1A 3B 63 25
Octal 275 273 1 0 1 143 32 73 143 45
Binary 10111101 10111011 1 0 1 1100011 11010 111011 1100011 100101

Color Harmonies of #BDBB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB01

Black with #BDBB01

Text Example


Text Example

White with #BDBB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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