Html Css Color HEX #B77834 Meteor

📋 copy color: '#B77834'

red 183 ◦ green 120 ◦ blue 52

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

Shades of Meteor #B77834

Tints of Meteor #B77834

RGB

 RED value IS 183 (71.88% from 255) = 51.55%

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 51.55%
G = 33.8%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B77834 (or 0xB77834) is known color: Meteor. HEX triplet: B7, 78 and 34. RGB value is (183,120,52). Sum of RGB (Red+Green+Blue) = 183+120+52=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B77834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77834 is #4887CB. Grayscale: #838383. Windows color (decimal): -4753356 or 3438775. OLE color: 3438775.

HSL color Cylindrical-coordinate representation of color #B77834: hue angle of 31.15º 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 #B77834 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 120 52 -
CMYK 0 0.34 0.72 0.28
HSL 31.15º 0.56% 0.46% -
HSV(B) 31.15º 0.72% 0.72% -
XYZ 26.86 23.75 6.42 -
YUV 131.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 183 120 52 0 0.34 0.72 0.28 31.15 0.56 0.46
Hex B7 78 34 0 22 48 1C 1F 38 2E
Octal 267 170 64 0 42 110 34 37 70 56
Binary 10110111 1111000 110100 0 100010 1001000 11100 11111 111000 101110

Color Harmonies of #B77834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77834

Black with #B77834

Text Example


Text Example

White with #B77834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77834; }

 p { color: rgb(183,120,52); }

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

background-color css

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

 a { background-color: rgb(183,120,52); }

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

border-color css

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

 span { border-color: rgb(183,120,52); }

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