Html Css Color HEX #B0655B Coral Tree

📋 copy color: '#B0655B'

red 176 ◦ green 101 ◦ blue 91

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

Shades of Coral Tree #B0655B

Tints of Coral Tree #B0655B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 47.83%
G = 27.45%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0655B (or 0xB0655B) is known color: Coral Tree. HEX triplet: B0, 65 and 5B. RGB value is (176,101,91). Sum of RGB (Red+Green+Blue) = 176+101+91=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0655B is #4F9AA4. Grayscale: #7A7A7A. Windows color (decimal): -5216933 or 5989808. OLE color: 5989808.

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

Color convert

RGB 176 101 91 -
CMYK 0 0.43 0.48 0.31
HSL 7.06º 0.35% 0.52% -
HSV(B) 7.06º 0.48% 0.69% -
XYZ 24.45 19.29 12.33 -
YUV 122.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 176 101 91 0 0.43 0.48 0.31 7.06 0.35 0.52
Hex B0 65 5B 0 2B 30 1F 7 23 34
Octal 260 145 133 0 53 60 37 7 43 64
Binary 10110000 1100101 1011011 0 101011 110000 11111 111 100011 110100

Color Harmonies of #B0655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0655B

Black with #B0655B

Text Example


Text Example

White with #B0655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0655B; }

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

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

background-color css

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

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

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

border-color css

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

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

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