Html Css Color HEX #B8732D Meteor

📋 copy color: '#B8732D'

red 184 ◦ green 115 ◦ blue 45

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

Shades of Meteor #B8732D

Tints of Meteor #B8732D

RGB

 RED value IS 184 (72.27% from 255) = 53.49%

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

 BLUE value IS 45 (17.97% from 255) = 13.08%

R = 53.49%
G = 33.43%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8732D (or 0xB8732D) is known color: Meteor. HEX triplet: B8, 73 and 2D. RGB value is (184,115,45). Sum of RGB (Red+Green+Blue) = 184+115+45=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8732D is #478CD2. Grayscale: #7F7F7F. Windows color (decimal): -4689107 or 2978744. OLE color: 2978744.

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

Color convert

RGB 184 115 45 -
CMYK 0 0.38 0.76 0.28
HSL 30.22º 0.61% 0.45% -
HSV(B) 30.22º 0.76% 0.72% -
XYZ 26.37 22.64 5.46 -
YUV 127.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 184 115 45 0 0.38 0.76 0.28 30.22 0.61 0.45
Hex B8 73 2D 0 26 4C 1C 1E 3D 2D
Octal 270 163 55 0 46 114 34 36 75 55
Binary 10111000 1110011 101101 0 100110 1001100 11100 11110 111101 101101

Color Harmonies of #B8732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8732D

Black with #B8732D

Text Example


Text Example

White with #B8732D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8732D; }

 p { color: rgb(184,115,45); }

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

background-color css

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

 a { background-color: rgb(184,115,45); }

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

border-color css

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

 span { border-color: rgb(184,115,45); }

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