Html Css Color HEX #B75F3A Smoke Tree

📋 copy color: '#B75F3A'

red 183 ◦ green 95 ◦ blue 58

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

Shades of Smoke Tree #B75F3A

Tints of Smoke Tree #B75F3A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

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

R = 54.46%
G = 28.27%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B75F3A (or 0xB75F3A) is known color: Smoke Tree. HEX triplet: B7, 5F and 3A. RGB value is (183,95,58). Sum of RGB (Red+Green+Blue) = 183+95+58=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75F3A is #48A0C5. Grayscale: #757575. Windows color (decimal): -4759750 or 3825591. OLE color: 3825591.

HSL color Cylindrical-coordinate representation of color #B75F3A: hue angle of 17.76º 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 #B75F3A is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 95 58 -
CMYK 0 0.48 0.68 0.28
HSL 17.76º 0.52% 0.47% -
HSV(B) 17.76º 0.68% 0.72% -
XYZ 24.38 18.56 6.3 -
YUV 117.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 183 95 58 0 0.48 0.68 0.28 17.76 0.52 0.47
Hex B7 5F 3A 0 30 44 1C 12 34 2F
Octal 267 137 72 0 60 104 34 22 64 57
Binary 10110111 1011111 111010 0 110000 1000100 11100 10010 110100 101111

Color Harmonies of #B75F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75F3A

Black with #B75F3A

Text Example


Text Example

White with #B75F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75F3A; }

 p { color: rgb(183,95,58); }

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

background-color css

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

 a { background-color: rgb(183,95,58); }

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

border-color css

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

 span { border-color: rgb(183,95,58); }

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