Html Css Color HEX #BB7630 Meteor

📋 copy color: '#BB7630'

red 187 ◦ green 118 ◦ blue 48

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

Shades of Meteor #BB7630

Tints of Meteor #BB7630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.6%

R = 52.97%
G = 33.43%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB7630 (or 0xBB7630) is known color: Meteor. HEX triplet: BB, 76 and 30. RGB value is (187,118,48). Sum of RGB (Red+Green+Blue) = 187+118+48=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7630 is #4489CF. Grayscale: #838383. Windows color (decimal): -4491728 or 3176123. OLE color: 3176123.

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

Color convert

RGB 187 118 48 -
CMYK 0 0.37 0.74 0.27
HSL 30.22º 0.59% 0.46% -
HSV(B) 30.22º 0.74% 0.73% -
XYZ 27.51 23.74 5.93 -
YUV 130.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 187 118 48 0 0.37 0.74 0.27 30.22 0.59 0.46
Hex BB 76 30 0 25 4A 1B 1E 3B 2E
Octal 273 166 60 0 45 112 33 36 73 56
Binary 10111011 1110110 110000 0 100101 1001010 11011 11110 111011 101110

Color Harmonies of #BB7630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7630

Black with #BB7630

Text Example


Text Example

White with #BB7630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7630; }

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

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

background-color css

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

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

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

border-color css

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

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

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