Html Css Color HEX #BB7432 Meteor

📋 copy color: '#BB7432'

red 187 ◦ green 116 ◦ blue 50

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

Shades of Meteor #BB7432

Tints of Meteor #BB7432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

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

R = 52.97%
G = 32.86%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB7432 (or 0xBB7432) is known color: Meteor. HEX triplet: BB, 74 and 32. RGB value is (187,116,50). Sum of RGB (Red+Green+Blue) = 187+116+50=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7432 is #448BCD. Grayscale: #828282. Windows color (decimal): -4492238 or 3306683. OLE color: 3306683.

HSL color Cylindrical-coordinate representation of color #BB7432: hue angle of 28.91º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB7432 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 116 50 -
CMYK 0 0.38 0.73 0.27
HSL 28.91º 0.58% 0.46% -
HSV(B) 28.91º 0.73% 0.73% -
XYZ 27.31 23.29 6.07 -
YUV 129.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 187 116 50 0 0.38 0.73 0.27 28.91 0.58 0.46
Hex BB 74 32 0 26 49 1B 1D 3A 2E
Octal 273 164 62 0 46 111 33 35 72 56
Binary 10111011 1110100 110010 0 100110 1001001 11011 11101 111010 101110

Color Harmonies of #BB7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7432

Black with #BB7432

Text Example


Text Example

White with #BB7432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7432; }

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

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

background-color css

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

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

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

border-color css

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

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

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