Html Css Color HEX #B77430 Meteor

📋 copy color: '#B77430'

red 183 ◦ green 116 ◦ blue 48

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

Shades of Meteor #B77430

Tints of Meteor #B77430

RGB

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

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

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

R = 52.74%
G = 33.43%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B77430 (or 0xB77430) is known color: Meteor. HEX triplet: B7, 74 and 30. RGB value is (183,116,48). Sum of RGB (Red+Green+Blue) = 183+116+48=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B77430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77430 is #488BCF. Grayscale: #808080. Windows color (decimal): -4754384 or 3175607. OLE color: 3175607.

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

Color convert

RGB 183 116 48 -
CMYK 0 0.37 0.74 0.28
HSL 30.22º 0.58% 0.45% -
HSV(B) 30.22º 0.74% 0.72% -
XYZ 26.31 22.77 5.81 -
YUV 128.28 82.7 167.03 -
System Red Green Blue C M Y K H S L
Decimal 183 116 48 0 0.37 0.74 0.28 30.22 0.58 0.45
Hex B7 74 30 0 25 4A 1C 1E 3A 2D
Octal 267 164 60 0 45 112 34 36 72 55
Binary 10110111 1110100 110000 0 100101 1001010 11100 11110 111010 101101

Color Harmonies of #B77430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77430

Black with #B77430

Text Example


Text Example

White with #B77430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77430; }

 p { color: rgb(183,116,48); }

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

background-color css

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

 a { background-color: rgb(183,116,48); }

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

border-color css

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

 span { border-color: rgb(183,116,48); }

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