Html Css Color HEX #B8743A Meteor

📋 copy color: '#B8743A'

red 184 ◦ green 116 ◦ blue 58

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

Shades of Meteor #B8743A

Tints of Meteor #B8743A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 51.4%
G = 32.4%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8743A (or 0xB8743A) is known color: Meteor. HEX triplet: B8, 74 and 3A. RGB value is (184,116,58). Sum of RGB (Red+Green+Blue) = 184+116+58=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8743A is #478BC5. Grayscale: #828282. Windows color (decimal): -4688838 or 3830968. OLE color: 3830968.

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

Color convert

RGB 184 116 58 -
CMYK 0 0.37 0.68 0.28
HSL 27.62º 0.52% 0.47% -
HSV(B) 27.62º 0.68% 0.72% -
XYZ 26.78 22.99 7.03 -
YUV 129.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 184 116 58 0 0.37 0.68 0.28 27.62 0.52 0.47
Hex B8 74 3A 0 25 44 1C 1C 34 2F
Octal 270 164 72 0 45 104 34 34 64 57
Binary 10111000 1110100 111010 0 100101 1000100 11100 11100 110100 101111

Color Harmonies of #B8743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8743A

Black with #B8743A

Text Example


Text Example

White with #B8743A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8743A; }

 p { color: rgb(184,116,58); }

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

background-color css

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

 a { background-color: rgb(184,116,58); }

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

border-color css

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

 span { border-color: rgb(184,116,58); }

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