Html Css Color HEX #B0655E Coral Tree

📋 copy color: '#B0655E'

red 176 ◦ green 101 ◦ blue 94

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

Shades of Coral Tree #B0655E

Tints of Coral Tree #B0655E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 47.44%
G = 27.22%
B = 25.34%

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

#B0655E (or 0xB0655E) is known color: Coral Tree. HEX triplet: B0, 65 and 5E. RGB value is (176,101,94). Sum of RGB (Red+Green+Blue) = 176+101+94=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0655E is #4F9AA1. Grayscale: #7A7A7A. Windows color (decimal): -5216930 or 6186416. OLE color: 6186416.

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

Color convert

RGB 176 101 94 -
CMYK 0 0.43 0.47 0.31
HSL 5.12º 0.34% 0.53% -
HSV(B) 5.12º 0.47% 0.69% -
XYZ 24.58 19.35 13.03 -
YUV 122.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 176 101 94 0 0.43 0.47 0.31 5.12 0.34 0.53
Hex B0 65 5E 0 2B 2F 1F 5 22 35
Octal 260 145 136 0 53 57 37 5 42 65
Binary 10110000 1100101 1011110 0 101011 101111 11111 101 100010 110101

Color Harmonies of #B0655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0655E

Black with #B0655E

Text Example


Text Example

White with #B0655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0655E; }

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

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

background-color css

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

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

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

border-color css

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

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

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