Html Css Color HEX #B67330 Meteor

📋 copy color: '#B67330'

red 182 ◦ green 115 ◦ blue 48

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

Shades of Meteor #B67330

Tints of Meteor #B67330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 52.75%
G = 33.33%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B67330 (or 0xB67330) is known color: Meteor. HEX triplet: B6, 73 and 30. RGB value is (182,115,48). Sum of RGB (Red+Green+Blue) = 182+115+48=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B67330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67330 is #498CCF. Grayscale: #7F7F7F. Windows color (decimal): -4820176 or 3175350. OLE color: 3175350.

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

Color convert

RGB 182 115 48 -
CMYK 0 0.37 0.74 0.29
HSL 30º 0.58% 0.45% -
HSV(B) 30º 0.74% 0.71% -
XYZ 25.96 22.42 5.76 -
YUV 127.4 83.2 166.95 -
System Red Green Blue C M Y K H S L
Decimal 182 115 48 0 0.37 0.74 0.29 30 0.58 0.45
Hex B6 73 30 0 25 4A 1D 1E 3A 2D
Octal 266 163 60 0 45 112 35 36 72 55
Binary 10110110 1110011 110000 0 100101 1001010 11101 11110 111010 101101

Color Harmonies of #B67330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67330

Black with #B67330

Text Example


Text Example

White with #B67330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67330; }

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

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

background-color css

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

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

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

border-color css

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

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

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