Html Css Color HEX #BBC732 Fuego

📋 copy color: '#BBC732'

red 187 ◦ green 199 ◦ blue 50

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

Shades of Fuego #BBC732

Tints of Fuego #BBC732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.64%

 BLUE value IS 50 (19.92% from 255) = 11.47%

R = 42.89%
G = 45.64%
B = 11.47%

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

#BBC732 (or 0xBBC732) is known color: Fuego. HEX triplet: BB, C7 and 32. RGB value is (187,199,50). Sum of RGB (Red+Green+Blue) = 187+199+50=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC732 is #4438CD. Grayscale: #B3B3B3. Windows color (decimal): -4470990 or 3327931. OLE color: 3327931.

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

Color convert

RGB 187 199 50 -
CMYK 0.06 0 0.75 0.22
HSL 64.83º 0.6% 0.49% -
HSV(B) 64.83º 0.75% 0.78% -
XYZ 41.49 51.64 10.8 -
YUV 178.43 55.52 134.12 -
System Red Green Blue C M Y K H S L
Decimal 187 199 50 0.06 0 0.75 0.22 64.83 0.6 0.49
Hex BB C7 32 6 0 4B 16 41 3C 31
Octal 273 307 62 6 0 113 26 101 74 61
Binary 10111011 11000111 110010 110 0 1001011 10110 1000001 111100 110001

Color Harmonies of #BBC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC732

Black with #BBC732

Text Example


Text Example

White with #BBC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC732; }

 p { color: rgb(187,199,50); }

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

background-color css

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

 a { background-color: rgb(187,199,50); }

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

border-color css

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

 span { border-color: rgb(187,199,50); }

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