Html Css Color HEX #BB712C Meteor

📋 copy color: '#BB712C'

red 187 ◦ green 113 ◦ blue 44

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

Shades of Meteor #BB712C

Tints of Meteor #BB712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.85%

 BLUE value IS 44 (17.58% from 255) = 12.79%

R = 54.36%
G = 32.85%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB712C (or 0xBB712C) is known color: Meteor. HEX triplet: BB, 71 and 2C. RGB value is (187,113,44). Sum of RGB (Red+Green+Blue) = 187+113+44=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB712C is #448ED3. Grayscale: #7F7F7F. Windows color (decimal): -4493012 or 2912699. OLE color: 2912699.

HSL color Cylindrical-coordinate representation of color #BB712C: hue angle of 28.95º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB712C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 44 -
CMYK 0 0.40 0.76 0.27
HSL 28.95º 0.62% 0.45% -
HSV(B) 28.95º 0.76% 0.73% -
XYZ 26.85 22.56 5.32 -
YUV 127.26 81.02 170.61 -
System Red Green Blue C M Y K H S L
Decimal 187 113 44 0 0.40 0.76 0.27 28.95 0.62 0.45
Hex BB 71 2C 0 28 4C 1B 1D 3E 2D
Octal 273 161 54 0 50 114 33 35 76 55
Binary 10111011 1110001 101100 0 101000 1001100 11011 11101 111110 101101

Color Harmonies of #BB712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB712C

Black with #BB712C

Text Example


Text Example

White with #BB712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB712C; }

 p { color: rgb(187,113,44); }

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

background-color css

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

 a { background-color: rgb(187,113,44); }

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

border-color css

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

 span { border-color: rgb(187,113,44); }

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