Html Css Color HEX #BB712A Meteor

📋 copy color: '#BB712A'

red 187 ◦ green 113 ◦ blue 42

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

Shades of Meteor #BB712A

Tints of Meteor #BB712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 54.68%
G = 33.04%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB712A (or 0xBB712A) is known color: Meteor. HEX triplet: BB, 71 and 2A. RGB value is (187,113,42). Sum of RGB (Red+Green+Blue) = 187+113+42=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB712A is #448ED5. Grayscale: #7F7F7F. Windows color (decimal): -4493014 or 2781627. OLE color: 2781627.

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

Color convert

RGB 187 113 42 -
CMYK 0 0.40 0.78 0.27
HSL 29.38º 0.63% 0.45% -
HSV(B) 29.38º 0.78% 0.73% -
XYZ 26.82 22.54 5.13 -
YUV 127.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 187 113 42 0 0.40 0.78 0.27 29.38 0.63 0.45
Hex BB 71 2A 0 28 4E 1B 1D 3F 2D
Octal 273 161 52 0 50 116 33 35 77 55
Binary 10111011 1110001 101010 0 101000 1001110 11011 11101 111111 101101

Color Harmonies of #BB712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB712A

Black with #BB712A

Text Example


Text Example

White with #BB712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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