Html Css Color HEX #BBC631 Fuego

📋 copy color: '#BBC631'

red 187 ◦ green 198 ◦ blue 49

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

Shades of Fuego #BBC631

Tints of Fuego #BBC631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.62%

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

R = 43.09%
G = 45.62%
B = 11.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#BBC631 (or 0xBBC631) is known color: Fuego. HEX triplet: BB, C6 and 31. RGB value is (187,198,49). Sum of RGB (Red+Green+Blue) = 187+198+49=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC631 is #4439CE. Grayscale: #B2B2B2. Windows color (decimal): -4471247 or 3262139. OLE color: 3262139.

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

Color convert

RGB 187 198 49 -
CMYK 0.06 0 0.75 0.22
HSL 64.43º 0.6% 0.48% -
HSV(B) 64.43º 0.75% 0.78% -
XYZ 41.24 51.17 10.61 -
YUV 177.73 55.36 134.62 -
System Red Green Blue C M Y K H S L
Decimal 187 198 49 0.06 0 0.75 0.22 64.43 0.6 0.48
Hex BB C6 31 6 0 4B 16 40 3C 30
Octal 273 306 61 6 0 113 26 100 74 60
Binary 10111011 11000110 110001 110 0 1001011 10110 1000000 111100 110000

Color Harmonies of #BBC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC631

Black with #BBC631

Text Example


Text Example

White with #BBC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC631; }

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

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

background-color css

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

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

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

border-color css

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

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

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