Html Css Color HEX #BBCB31 Fuego

📋 copy color: '#BBCB31'

red 187 ◦ green 203 ◦ blue 49

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

Shades of Fuego #BBCB31

Tints of Fuego #BBCB31

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.24%

 BLUE value IS 49 (19.53% from 255) = 11.16%

R = 42.6%
G = 46.24%
B = 11.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#BBCB31 (or 0xBBCB31) is known color: Fuego. HEX triplet: BB, CB and 31. RGB value is (187,203,49). Sum of RGB (Red+Green+Blue) = 187+203+49=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB31 is #4434CE. Grayscale: #B5B5B5. Windows color (decimal): -4469967 or 3263419. OLE color: 3263419.

HSL color Cylindrical-coordinate representation of color #BBCB31: hue angle of 66.23º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBCB31 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 49 -
CMYK 0.08 0 0.76 0.20
HSL 66.23º 0.61% 0.49% -
HSV(B) 66.23º 0.76% 0.8% -
XYZ 42.4 53.5 11 -
YUV 180.66 53.7 132.52 -
System Red Green Blue C M Y K H S L
Decimal 187 203 49 0.08 0 0.76 0.20 66.23 0.61 0.49
Hex BB CB 31 8 0 4C 14 42 3D 31
Octal 273 313 61 10 0 114 24 102 75 61
Binary 10111011 11001011 110001 1000 0 1001100 10100 1000010 111101 110001

Color Harmonies of #BBCB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB31

Black with #BBCB31

Text Example


Text Example

White with #BBCB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB31; }

 p { color: rgb(187,203,49); }

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

background-color css

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

 a { background-color: rgb(187,203,49); }

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

border-color css

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

 span { border-color: rgb(187,203,49); }

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