Html Css Color HEX #BB7030 Meteor

📋 copy color: '#BB7030'

red 187 ◦ green 112 ◦ blue 48

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

Shades of Meteor #BB7030

Tints of Meteor #BB7030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

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

R = 53.89%
G = 32.28%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB7030 (or 0xBB7030) is known color: Meteor. HEX triplet: BB, 70 and 30. RGB value is (187,112,48). Sum of RGB (Red+Green+Blue) = 187+112+48=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7030 is #448FCF. Grayscale: #7F7F7F. Windows color (decimal): -4493264 or 3174587. OLE color: 3174587.

HSL color Cylindrical-coordinate representation of color #BB7030: hue angle of 27.63º 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 #BB7030 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 48 -
CMYK 0 0.40 0.74 0.27
HSL 27.63º 0.59% 0.46% -
HSV(B) 27.63º 0.74% 0.73% -
XYZ 26.82 22.37 5.7 -
YUV 127.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 187 112 48 0 0.40 0.74 0.27 27.63 0.59 0.46
Hex BB 70 30 0 28 4A 1B 1C 3B 2E
Octal 273 160 60 0 50 112 33 34 73 56
Binary 10111011 1110000 110000 0 101000 1001010 11011 11100 111011 101110

Color Harmonies of #BB7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7030

Black with #BB7030

Text Example


Text Example

White with #BB7030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7030; }

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

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

background-color css

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

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

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

border-color css

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

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

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