Html Css Color HEX #B67335 Meteor

📋 copy color: '#B67335'

red 182 ◦ green 115 ◦ blue 53

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

Shades of Meteor #B67335

Tints of Meteor #B67335

RGB

 RED value IS 182 (71.48% from 255) = 52%

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

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 52%
G = 32.86%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B67335 (or 0xB67335) is known color: Meteor. HEX triplet: B6, 73 and 35. RGB value is (182,115,53). Sum of RGB (Red+Green+Blue) = 182+115+53=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B67335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67335 is #498CCA. Grayscale: #808080. Windows color (decimal): -4820171 or 3503030. OLE color: 3503030.

HSL color Cylindrical-coordinate representation of color #B67335: hue angle of 28.84º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B67335 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 115 53 -
CMYK 0 0.37 0.71 0.29
HSL 28.84º 0.55% 0.46% -
HSV(B) 28.84º 0.71% 0.71% -
XYZ 26.06 22.46 6.33 -
YUV 127.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 182 115 53 0 0.37 0.71 0.29 28.84 0.55 0.46
Hex B6 73 35 0 25 47 1D 1D 37 2E
Octal 266 163 65 0 45 107 35 35 67 56
Binary 10110110 1110011 110101 0 100101 1000111 11101 11101 110111 101110

Color Harmonies of #B67335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67335

Black with #B67335

Text Example


Text Example

White with #B67335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67335; }

 p { color: rgb(182,115,53); }

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

background-color css

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

 a { background-color: rgb(182,115,53); }

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

border-color css

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

 span { border-color: rgb(182,115,53); }

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