Html Css Color HEX #B67434 Meteor

📋 copy color: '#B67434'

red 182 ◦ green 116 ◦ blue 52

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

Shades of Meteor #B67434

Tints of Meteor #B67434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 52%
G = 33.14%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B67434 (or 0xB67434) is known color: Meteor. HEX triplet: B6, 74 and 34. RGB value is (182,116,52). Sum of RGB (Red+Green+Blue) = 182+116+52=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B67434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67434 is #498BCB. Grayscale: #808080. Windows color (decimal): -4819916 or 3437750. OLE color: 3437750.

HSL color Cylindrical-coordinate representation of color #B67434: hue angle of 29.54º degrees, saturation: 0.56, 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 #B67434 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 116 52 -
CMYK 0 0.36 0.71 0.29
HSL 29.54º 0.56% 0.46% -
HSV(B) 29.54º 0.71% 0.71% -
XYZ 26.16 22.68 6.25 -
YUV 128.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 182 116 52 0 0.36 0.71 0.29 29.54 0.56 0.46
Hex B6 74 34 0 24 47 1D 1E 38 2E
Octal 266 164 64 0 44 107 35 36 70 56
Binary 10110110 1110100 110100 0 100100 1000111 11101 11110 111000 101110

Color Harmonies of #B67434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67434

Black with #B67434

Text Example


Text Example

White with #B67434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67434; }

 p { color: rgb(182,116,52); }

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

background-color css

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

 a { background-color: rgb(182,116,52); }

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

border-color css

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

 span { border-color: rgb(182,116,52); }

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