Html Css Color HEX #B0655D Coral Tree

📋 copy color: '#B0655D'

red 176 ◦ green 101 ◦ blue 93

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

Shades of Coral Tree #B0655D

Tints of Coral Tree #B0655D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 47.57%
G = 27.3%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0655D (or 0xB0655D) is known color: Coral Tree. HEX triplet: B0, 65 and 5D. RGB value is (176,101,93). Sum of RGB (Red+Green+Blue) = 176+101+93=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0655D is #4F9AA2. Grayscale: #7A7A7A. Windows color (decimal): -5216931 or 6120880. OLE color: 6120880.

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

Color convert

RGB 176 101 93 -
CMYK 0 0.43 0.47 0.31
HSL 5.78º 0.34% 0.53% -
HSV(B) 5.78º 0.47% 0.69% -
XYZ 24.53 19.33 12.79 -
YUV 122.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 176 101 93 0 0.43 0.47 0.31 5.78 0.34 0.53
Hex B0 65 5D 0 2B 2F 1F 6 22 35
Octal 260 145 135 0 53 57 37 6 42 65
Binary 10110000 1100101 1011101 0 101011 101111 11111 110 100010 110101

Color Harmonies of #B0655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0655D

Black with #B0655D

Text Example


Text Example

White with #B0655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0655D; }

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

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

background-color css

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

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

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

border-color css

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

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

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