Html Css Color HEX #BB6C2F Meteor

📋 copy color: '#BB6C2F'

red 187 ◦ green 108 ◦ blue 47

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

Shades of Meteor #BB6C2F

Tints of Meteor #BB6C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.74%

R = 54.68%
G = 31.58%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB6C2F (or 0xBB6C2F) is known color: Meteor. HEX triplet: BB, 6C and 2F. RGB value is (187,108,47). Sum of RGB (Red+Green+Blue) = 187+108+47=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C2F is #4493D0. Grayscale: #7C7C7C. Windows color (decimal): -4494289 or 3108027. OLE color: 3108027.

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

Color convert

RGB 187 108 47 -
CMYK 0 0.42 0.75 0.27
HSL 26.14º 0.6% 0.46% -
HSV(B) 26.14º 0.75% 0.73% -
XYZ 26.37 21.5 5.45 -
YUV 124.67 84.17 172.46 -
System Red Green Blue C M Y K H S L
Decimal 187 108 47 0 0.42 0.75 0.27 26.14 0.6 0.46
Hex BB 6C 2F 0 2A 4B 1B 1A 3C 2E
Octal 273 154 57 0 52 113 33 32 74 56
Binary 10111011 1101100 101111 0 101010 1001011 11011 11010 111100 101110

Color Harmonies of #BB6C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C2F

Black with #BB6C2F

Text Example


Text Example

White with #BB6C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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