Html Css Color HEX #B0695F Coral Tree

📋 copy color: '#B0695F'

red 176 ◦ green 105 ◦ blue 95

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

Shades of Coral Tree #B0695F

Tints of Coral Tree #B0695F

RGB

 RED value IS 176 (69.14% from 255) = 46.81%

 GREEN value IS 105 (41.41% from 255) = 27.93%

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

R = 46.81%
G = 27.93%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B0695F (or 0xB0695F) is known color: Coral Tree. HEX triplet: B0, 69 and 5F. RGB value is (176,105,95). Sum of RGB (Red+Green+Blue) = 176+105+95=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B0695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0695F is #4F96A0. Grayscale: #7D7D7D. Windows color (decimal): -5215905 or 6252976. OLE color: 6252976.

HSL color Cylindrical-coordinate representation of color #B0695F: hue angle of 7.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0695F is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 105 95 -
CMYK 0 0.40 0.46 0.31
HSL 7.41º 0.34% 0.53% -
HSV(B) 7.41º 0.46% 0.69% -
XYZ 25.02 20.16 13.4 -
YUV 125.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 176 105 95 0 0.40 0.46 0.31 7.41 0.34 0.53
Hex B0 69 5F 0 28 2E 1F 7 22 35
Octal 260 151 137 0 50 56 37 7 42 65
Binary 10110000 1101001 1011111 0 101000 101110 11111 111 100010 110101

Color Harmonies of #B0695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0695F

Black with #B0695F

Text Example


Text Example

White with #B0695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0695F; }

 p { color: rgb(176,105,95); }

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

background-color css

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

 a { background-color: rgb(176,105,95); }

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

border-color css

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

 span { border-color: rgb(176,105,95); }

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