Html Css Color HEX #BBB201 La Rioja

📋 copy color: '#BBB201'

red 187 ◦ green 178 ◦ blue 1

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

Shades of La Rioja #BBB201

Tints of La Rioja #BBB201

RGB

 RED value IS 187 (73.44% from 255) = 51.09%

 GREEN value IS 178 (69.92% from 255) = 48.63%

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

R = 51.09%
G = 48.63%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBB201 (or 0xBBB201) is known color: La Rioja. HEX triplet: BB, B2 and 01. RGB value is (187,178,1). Sum of RGB (Red+Green+Blue) = 187+178+1=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB201 is #444DFE. Grayscale: #A1A1A1. Windows color (decimal): -4476415 or 111291. OLE color: 111291.

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

Color convert

RGB 187 178 1 -
CMYK 0 0.05 0.99 0.27
HSL 57.1º 0.99% 0.37% -
HSV(B) 57.1º 0.99% 0.73% -
XYZ 36.42 42.41 6.29 -
YUV 160.51 37.98 146.89 -
System Red Green Blue C M Y K H S L
Decimal 187 178 1 0 0.05 0.99 0.27 57.1 0.99 0.37
Hex BB B2 1 0 5 63 1B 39 63 25
Octal 273 262 1 0 5 143 33 71 143 45
Binary 10111011 10110010 1 0 101 1100011 11011 111001 1100011 100101

Color Harmonies of #BBB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB201

Black with #BBB201

Text Example


Text Example

White with #BBB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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