Html Css Color HEX #BB6C31 Meteor

📋 copy color: '#BB6C31'

red 187 ◦ green 108 ◦ blue 49

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

Shades of Meteor #BB6C31

Tints of Meteor #BB6C31

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.4%

 BLUE value IS 49 (19.53% from 255) = 14.24%

R = 54.36%
G = 31.4%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB6C31 (or 0xBB6C31) is known color: Meteor. HEX triplet: BB, 6C and 31. RGB value is (187,108,49). Sum of RGB (Red+Green+Blue) = 187+108+49=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C31 is #4493CE. Grayscale: #7D7D7D. Windows color (decimal): -4494287 or 3239099. OLE color: 3239099.

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

Color convert

RGB 187 108 49 -
CMYK 0 0.42 0.74 0.27
HSL 25.65º 0.58% 0.46% -
HSV(B) 25.65º 0.74% 0.73% -
XYZ 26.41 21.51 5.67 -
YUV 124.9 85.17 172.3 -
System Red Green Blue C M Y K H S L
Decimal 187 108 49 0 0.42 0.74 0.27 25.65 0.58 0.46
Hex BB 6C 31 0 2A 4A 1B 1A 3A 2E
Octal 273 154 61 0 52 112 33 32 72 56
Binary 10111011 1101100 110001 0 101010 1001010 11011 11010 111010 101110

Color Harmonies of #BB6C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C31

Black with #BB6C31

Text Example


Text Example

White with #BB6C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C31; }

 p { color: rgb(187,108,49); }

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

background-color css

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

 a { background-color: rgb(187,108,49); }

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

border-color css

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

 span { border-color: rgb(187,108,49); }

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