Html Css Color HEX #BB7638 Meteor

📋 copy color: '#BB7638'

red 187 ◦ green 118 ◦ blue 56

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

Shades of Meteor #BB7638

Tints of Meteor #BB7638

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

 BLUE value IS 56 (22.27% from 255) = 15.51%

R = 51.8%
G = 32.69%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB7638 (or 0xBB7638) is known color: Meteor. HEX triplet: BB, 76 and 38. RGB value is (187,118,56). Sum of RGB (Red+Green+Blue) = 187+118+56=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7638 is #4489C7. Grayscale: #838383. Windows color (decimal): -4491720 or 3700411. OLE color: 3700411.

HSL color Cylindrical-coordinate representation of color #BB7638: hue angle of 28.4º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB7638 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 118 56 -
CMYK 0 0.37 0.70 0.27
HSL 28.4º 0.54% 0.48% -
HSV(B) 28.4º 0.7% 0.73% -
XYZ 27.69 23.81 6.88 -
YUV 131.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 187 118 56 0 0.37 0.70 0.27 28.4 0.54 0.48
Hex BB 76 38 0 25 46 1B 1C 36 30
Octal 273 166 70 0 45 106 33 34 66 60
Binary 10111011 1110110 111000 0 100101 1000110 11011 11100 110110 110000

Color Harmonies of #BB7638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7638

Black with #BB7638

Text Example


Text Example

White with #BB7638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7638; }

 p { color: rgb(187,118,56); }

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

background-color css

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

 a { background-color: rgb(187,118,56); }

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

border-color css

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

 span { border-color: rgb(187,118,56); }

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