Html Css Color HEX #B85F30 Smoke Tree

📋 copy color: '#B85F30'

red 184 ◦ green 95 ◦ blue 48

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

Shades of Smoke Tree #B85F30

Tints of Smoke Tree #B85F30

RGB

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

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

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

R = 56.27%
G = 29.05%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B85F30 (or 0xB85F30) is known color: Smoke Tree. HEX triplet: B8, 5F and 30. RGB value is (184,95,48). Sum of RGB (Red+Green+Blue) = 184+95+48=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85F30 is #47A0CF. Grayscale: #747474. Windows color (decimal): -4694224 or 3170232. OLE color: 3170232.

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

Color convert

RGB 184 95 48 -
CMYK 0 0.48 0.74 0.28
HSL 20.74º 0.59% 0.45% -
HSV(B) 20.74º 0.74% 0.72% -
XYZ 24.39 18.59 5.1 -
YUV 116.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 184 95 48 0 0.48 0.74 0.28 20.74 0.59 0.45
Hex B8 5F 30 0 30 4A 1C 15 3B 2D
Octal 270 137 60 0 60 112 34 25 73 55
Binary 10111000 1011111 110000 0 110000 1001010 11100 10101 111011 101101

Color Harmonies of #B85F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F30

Black with #B85F30

Text Example


Text Example

White with #B85F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F30; }

 p { color: rgb(184,95,48); }

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

background-color css

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

 a { background-color: rgb(184,95,48); }

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

border-color css

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

 span { border-color: rgb(184,95,48); }

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