Html Css Color HEX #B75A3A Smoke Tree

📋 copy color: '#B75A3A'

red 183 ◦ green 90 ◦ blue 58

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

Shades of Smoke Tree #B75A3A

Tints of Smoke Tree #B75A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

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

R = 55.29%
G = 27.19%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B75A3A (or 0xB75A3A) is known color: Smoke Tree. HEX triplet: B7, 5A and 3A. RGB value is (183,90,58). Sum of RGB (Red+Green+Blue) = 183+90+58=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75A3A is #48A5C5. Grayscale: #727272. Windows color (decimal): -4761030 or 3824311. OLE color: 3824311.

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

Color convert

RGB 183 90 58 -
CMYK 0 0.51 0.68 0.28
HSL 15.36º 0.52% 0.47% -
HSV(B) 15.36º 0.68% 0.72% -
XYZ 23.95 17.69 6.15 -
YUV 114.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 183 90 58 0 0.51 0.68 0.28 15.36 0.52 0.47
Hex B7 5A 3A 0 33 44 1C F 34 2F
Octal 267 132 72 0 63 104 34 17 64 57
Binary 10110111 1011010 111010 0 110011 1000100 11100 1111 110100 101111

Color Harmonies of #B75A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A3A

Black with #B75A3A

Text Example


Text Example

White with #B75A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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