Html Css Color HEX #B7705F Coral Tree

📋 copy color: '#B7705F'

red 183 ◦ green 112 ◦ blue 95

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

Shades of Coral Tree #B7705F

Tints of Coral Tree #B7705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.36%

R = 46.92%
G = 28.72%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7705F (or 0xB7705F) is known color: Coral Tree. HEX triplet: B7, 70 and 5F. RGB value is (183,112,95). Sum of RGB (Red+Green+Blue) = 183+112+95=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7705F is #488FA0. Grayscale: #838383. Windows color (decimal): -4755361 or 6254775. OLE color: 6254775.

HSL color Cylindrical-coordinate representation of color #B7705F: hue angle of 11.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7705F is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 95 -
CMYK 0 0.39 0.48 0.28
HSL 11.59º 0.38% 0.55% -
HSV(B) 11.59º 0.48% 0.72% -
XYZ 27.39 22.48 13.72 -
YUV 131.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 183 112 95 0 0.39 0.48 0.28 11.59 0.38 0.55
Hex B7 70 5F 0 27 30 1C C 26 37
Octal 267 160 137 0 47 60 34 14 46 67
Binary 10110111 1110000 1011111 0 100111 110000 11100 1100 100110 110111

Color Harmonies of #B7705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7705F

Black with #B7705F

Text Example


Text Example

White with #B7705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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