Html Css Color HEX #BB713A Meteor

📋 copy color: '#BB713A'

red 187 ◦ green 113 ◦ blue 58

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

Shades of Meteor #BB713A

Tints of Meteor #BB713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 52.23%
G = 31.56%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB713A (or 0xBB713A) is known color: Meteor. HEX triplet: BB, 71 and 3A. RGB value is (187,113,58). Sum of RGB (Red+Green+Blue) = 187+113+58=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB713A is #448EC5. Grayscale: #818181. Windows color (decimal): -4492998 or 3830203. OLE color: 3830203.

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

Color convert

RGB 187 113 58 -
CMYK 0 0.40 0.69 0.27
HSL 25.58º 0.53% 0.48% -
HSV(B) 25.58º 0.69% 0.73% -
XYZ 27.16 22.68 6.95 -
YUV 128.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 187 113 58 0 0.40 0.69 0.27 25.58 0.53 0.48
Hex BB 71 3A 0 28 45 1B 1A 35 30
Octal 273 161 72 0 50 105 33 32 65 60
Binary 10111011 1110001 111010 0 101000 1000101 11011 11010 110101 110000

Color Harmonies of #BB713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB713A

Black with #BB713A

Text Example


Text Example

White with #BB713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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