Html Css Color HEX #B07765 Coral Tree

📋 copy color: '#B07765'

red 176 ◦ green 119 ◦ blue 101

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

Shades of Coral Tree #B07765

Tints of Coral Tree #B07765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.05%

 BLUE value IS 101 (39.84% from 255) = 25.51%

R = 44.44%
G = 30.05%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B07765 (or 0xB07765) is known color: Coral Tree. HEX triplet: B0, 77 and 65. RGB value is (176,119,101). Sum of RGB (Red+Green+Blue) = 176+119+101=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B07765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07765 is #4F889A. Grayscale: #868686. Windows color (decimal): -5212315 or 6649776. OLE color: 6649776.

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

Color convert

RGB 176 119 101 -
CMYK 0 0.32 0.43 0.31
HSL 14.4º 0.32% 0.54% -
HSV(B) 14.4º 0.43% 0.69% -
XYZ 26.85 23.36 15.41 -
YUV 133.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 176 119 101 0 0.32 0.43 0.31 14.4 0.32 0.54
Hex B0 77 65 0 20 2B 1F E 20 36
Octal 260 167 145 0 40 53 37 16 40 66
Binary 10110000 1110111 1100101 0 100000 101011 11111 1110 100000 110110

Color Harmonies of #B07765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07765

Black with #B07765

Text Example


Text Example

White with #B07765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07765; }

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

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

background-color css

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

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

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

border-color css

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

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

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