Html Css Color HEX #BB712B Meteor

📋 copy color: '#BB712B'

red 187 ◦ green 113 ◦ blue 43

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

Shades of Meteor #BB712B

Tints of Meteor #BB712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 54.52%
G = 32.94%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB712B (or 0xBB712B) is known color: Meteor. HEX triplet: BB, 71 and 2B. RGB value is (187,113,43). Sum of RGB (Red+Green+Blue) = 187+113+43=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB712B is #448ED4. Grayscale: #7F7F7F. Windows color (decimal): -4493013 or 2847163. OLE color: 2847163.

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

Color convert

RGB 187 113 43 -
CMYK 0 0.40 0.77 0.27
HSL 29.17º 0.63% 0.45% -
HSV(B) 29.17º 0.77% 0.73% -
XYZ 26.83 22.55 5.22 -
YUV 127.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 187 113 43 0 0.40 0.77 0.27 29.17 0.63 0.45
Hex BB 71 2B 0 28 4D 1B 1D 3F 2D
Octal 273 161 53 0 50 115 33 35 77 55
Binary 10111011 1110001 101011 0 101000 1001101 11011 11101 111111 101101

Color Harmonies of #BB712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB712B

Black with #BB712B

Text Example


Text Example

White with #BB712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB712B; }

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

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

background-color css

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

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

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

border-color css

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

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

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