Html Css Color HEX #BBC331 Fuego

📋 copy color: '#BBC331'

red 187 ◦ green 195 ◦ blue 49

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

Shades of Fuego #BBC331

Tints of Fuego #BBC331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.24%

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

R = 43.39%
G = 45.24%
B = 11.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#BBC331 (or 0xBBC331) is known color: Fuego. HEX triplet: BB, C3 and 31. RGB value is (187,195,49). Sum of RGB (Red+Green+Blue) = 187+195+49=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC331 is #443CCE. Grayscale: #B0B0B0. Windows color (decimal): -4472015 or 3261371. OLE color: 3261371.

HSL color Cylindrical-coordinate representation of color #BBC331: hue angle of 63.29º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBC331 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 49 -
CMYK 0.04 0 0.75 0.24
HSL 63.29º 0.6% 0.48% -
HSV(B) 63.29º 0.75% 0.76% -
XYZ 40.56 49.82 10.38 -
YUV 175.96 56.35 135.87 -
System Red Green Blue C M Y K H S L
Decimal 187 195 49 0.04 0 0.75 0.24 63.29 0.6 0.48
Hex BB C3 31 4 0 4B 18 3F 3C 30
Octal 273 303 61 4 0 113 30 77 74 60
Binary 10111011 11000011 110001 100 0 1001011 11000 111111 111100 110000

Color Harmonies of #BBC331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC331

Black with #BBC331

Text Example


Text Example

White with #BBC331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC331; }

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

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

background-color css

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

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

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

border-color css

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

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

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