Html Css Color HEX #B8722C Meteor

📋 copy color: '#B8722C'

red 184 ◦ green 114 ◦ blue 44

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

Shades of Meteor #B8722C

Tints of Meteor #B8722C

RGB

 RED value IS 184 (72.27% from 255) = 53.8%

 GREEN value IS 114 (44.92% from 255) = 33.33%

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

R = 53.8%
G = 33.33%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8722C (or 0xB8722C) is known color: Meteor. HEX triplet: B8, 72 and 2C. RGB value is (184,114,44). Sum of RGB (Red+Green+Blue) = 184+114+44=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8722C is #478DD3. Grayscale: #7F7F7F. Windows color (decimal): -4689364 or 2912952. OLE color: 2912952.

HSL color Cylindrical-coordinate representation of color #B8722C: hue angle of 30º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8722C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 44 -
CMYK 0 0.38 0.76 0.28
HSL 30º 0.61% 0.45% -
HSV(B) 30º 0.76% 0.72% -
XYZ 26.24 22.41 5.32 -
YUV 126.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 184 114 44 0 0.38 0.76 0.28 30 0.61 0.45
Hex B8 72 2C 0 26 4C 1C 1E 3D 2D
Octal 270 162 54 0 46 114 34 36 75 55
Binary 10111000 1110010 101100 0 100110 1001100 11100 11110 111101 101101

Color Harmonies of #B8722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8722C

Black with #B8722C

Text Example


Text Example

White with #B8722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8722C; }

 p { color: rgb(184,114,44); }

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

background-color css

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

 a { background-color: rgb(184,114,44); }

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

border-color css

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

 span { border-color: rgb(184,114,44); }

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