Html Css Color HEX #B87334 Meteor

📋 copy color: '#B87334'

red 184 ◦ green 115 ◦ blue 52

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

Shades of Meteor #B87334

Tints of Meteor #B87334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

 BLUE value IS 52 (20.7% from 255) = 14.81%

R = 52.42%
G = 32.76%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B87334 (or 0xB87334) is known color: Meteor. HEX triplet: B8, 73 and 34. RGB value is (184,115,52). Sum of RGB (Red+Green+Blue) = 184+115+52=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B87334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87334 is #478CCB. Grayscale: #808080. Windows color (decimal): -4689100 or 3437496. OLE color: 3437496.

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

Color convert

RGB 184 115 52 -
CMYK 0 0.38 0.72 0.28
HSL 28.64º 0.56% 0.46% -
HSV(B) 28.64º 0.72% 0.72% -
XYZ 26.52 22.7 6.23 -
YUV 128.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 184 115 52 0 0.38 0.72 0.28 28.64 0.56 0.46
Hex B8 73 34 0 26 48 1C 1D 38 2E
Octal 270 163 64 0 46 110 34 35 70 56
Binary 10111000 1110011 110100 0 100110 1001000 11100 11101 111000 101110

Color Harmonies of #B87334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87334

Black with #B87334

Text Example


Text Example

White with #B87334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87334; }

 p { color: rgb(184,115,52); }

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

background-color css

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

 a { background-color: rgb(184,115,52); }

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

border-color css

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

 span { border-color: rgb(184,115,52); }

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