Html Css Color HEX #BBB402 La Rioja

📋 copy color: '#BBB402'

red 187 ◦ green 180 ◦ blue 2

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

Shades of La Rioja #BBB402

Tints of La Rioja #BBB402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 50.68%
G = 48.78%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBB402 (or 0xBBB402) is known color: La Rioja. HEX triplet: BB, B4 and 02. RGB value is (187,180,2). Sum of RGB (Red+Green+Blue) = 187+180+2=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB402 is #444BFD. Grayscale: #A2A2A2. Windows color (decimal): -4475902 or 177339. OLE color: 177339.

HSL color Cylindrical-coordinate representation of color #BBB402: hue angle of 57.73º degrees, saturation: 0.98, 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 #BBB402 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 180 2 -
CMYK 0 0.04 0.99 0.27
HSL 57.73º 0.98% 0.37% -
HSV(B) 57.73º 0.99% 0.73% -
XYZ 36.83 43.21 6.46 -
YUV 161.8 37.82 145.97 -
System Red Green Blue C M Y K H S L
Decimal 187 180 2 0 0.04 0.99 0.27 57.73 0.98 0.37
Hex BB B4 2 0 4 63 1B 3A 62 25
Octal 273 264 2 0 4 143 33 72 142 45
Binary 10111011 10110100 10 0 100 1100011 11011 111010 1100010 100101

Color Harmonies of #BBB402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB402

Black with #BBB402

Text Example


Text Example

White with #BBB402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB402; }

 p { color: rgb(187,180,2); }

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

background-color css

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

 a { background-color: rgb(187,180,2); }

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

border-color css

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

 span { border-color: rgb(187,180,2); }

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