Html Css Color HEX #B0695C Coral Tree

📋 copy color: '#B0695C'

red 176 ◦ green 105 ◦ blue 92

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

Shades of Coral Tree #B0695C

Tints of Coral Tree #B0695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.66%

R = 47.18%
G = 28.15%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0695C (or 0xB0695C) is known color: Coral Tree. HEX triplet: B0, 69 and 5C. RGB value is (176,105,92). Sum of RGB (Red+Green+Blue) = 176+105+92=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0695C is #4F96A3. Grayscale: #7C7C7C. Windows color (decimal): -5215908 or 6056368. OLE color: 6056368.

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

Color convert

RGB 176 105 92 -
CMYK 0 0.40 0.48 0.31
HSL 9.29º 0.35% 0.53% -
HSV(B) 9.29º 0.48% 0.69% -
XYZ 24.89 20.11 12.69 -
YUV 124.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 176 105 92 0 0.40 0.48 0.31 9.29 0.35 0.53
Hex B0 69 5C 0 28 30 1F 9 23 35
Octal 260 151 134 0 50 60 37 11 43 65
Binary 10110000 1101001 1011100 0 101000 110000 11111 1001 100011 110101

Color Harmonies of #B0695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0695C

Black with #B0695C

Text Example


Text Example

White with #B0695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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