Html Css Color HEX #B3705E Coral Tree

📋 copy color: '#B3705E'

red 179 ◦ green 112 ◦ blue 94

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

Shades of Coral Tree #B3705E

Tints of Coral Tree #B3705E

RGB

 RED value IS 179 (70.31% from 255) = 46.49%

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 94 (37.11% from 255) = 24.42%

R = 46.49%
G = 29.09%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3705E (or 0xB3705E) is known color: Coral Tree. HEX triplet: B3, 70 and 5E. RGB value is (179,112,94). Sum of RGB (Red+Green+Blue) = 179+112+94=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3705E is #4C8FA1. Grayscale: #828282. Windows color (decimal): -5017506 or 6189235. OLE color: 6189235.

HSL color Cylindrical-coordinate representation of color #B3705E: hue angle of 12.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3705E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 112 94 -
CMYK 0 0.37 0.47 0.30
HSL 12.71º 0.36% 0.54% -
HSV(B) 12.71º 0.47% 0.7% -
XYZ 26.4 21.98 13.44 -
YUV 129.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 179 112 94 0 0.37 0.47 0.30 12.71 0.36 0.54
Hex B3 70 5E 0 25 2F 1E D 24 36
Octal 263 160 136 0 45 57 36 15 44 66
Binary 10110011 1110000 1011110 0 100101 101111 11110 1101 100100 110110

Color Harmonies of #B3705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3705E

Black with #B3705E

Text Example


Text Example

White with #B3705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3705E; }

 p { color: rgb(179,112,94); }

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

background-color css

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

 a { background-color: rgb(179,112,94); }

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

border-color css

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

 span { border-color: rgb(179,112,94); }

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