Html Css Color HEX #B0655F Coral Tree

📋 copy color: '#B0655F'

red 176 ◦ green 101 ◦ blue 95

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

Shades of Coral Tree #B0655F

Tints of Coral Tree #B0655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

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

R = 47.31%
G = 27.15%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B0655F (or 0xB0655F) is known color: Coral Tree. HEX triplet: B0, 65 and 5F. RGB value is (176,101,95). Sum of RGB (Red+Green+Blue) = 176+101+95=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0655F is #4F9AA0. Grayscale: #7A7A7A. Windows color (decimal): -5216929 or 6251952. OLE color: 6251952.

HSL color Cylindrical-coordinate representation of color #B0655F: hue angle of 4.44º 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 #B0655F is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 101 95 -
CMYK 0 0.43 0.46 0.31
HSL 4.44º 0.34% 0.53% -
HSV(B) 4.44º 0.46% 0.69% -
XYZ 24.62 19.36 13.27 -
YUV 122.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 176 101 95 0 0.43 0.46 0.31 4.44 0.34 0.53
Hex B0 65 5F 0 2B 2E 1F 4 22 35
Octal 260 145 137 0 53 56 37 4 42 65
Binary 10110000 1100101 1011111 0 101011 101110 11111 100 100010 110101

Color Harmonies of #B0655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0655F

Black with #B0655F

Text Example


Text Example

White with #B0655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0655F; }

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

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

background-color css

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

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

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

border-color css

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

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

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