Html Css Color HEX #B07768 Coral Tree

📋 copy color: '#B07768'

red 176 ◦ green 119 ◦ blue 104

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

Shades of Coral Tree #B07768

Tints of Coral Tree #B07768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.07%

R = 44.11%
G = 29.82%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B07768 (or 0xB07768) is known color: Coral Tree. HEX triplet: B0, 77 and 68. RGB value is (176,119,104). Sum of RGB (Red+Green+Blue) = 176+119+104=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B07768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07768 is #4F8897. Grayscale: #868686. Windows color (decimal): -5212312 or 6846384. OLE color: 6846384.

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

Color convert

RGB 176 119 104 -
CMYK 0 0.32 0.41 0.31
HSL 12.5º 0.31% 0.55% -
HSV(B) 12.5º 0.41% 0.69% -
XYZ 27 23.42 16.19 -
YUV 134.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 176 119 104 0 0.32 0.41 0.31 12.5 0.31 0.55
Hex B0 77 68 0 20 29 1F C 1F 37
Octal 260 167 150 0 40 51 37 14 37 67
Binary 10110000 1110111 1101000 0 100000 101001 11111 1100 11111 110111

Color Harmonies of #B07768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07768

Black with #B07768

Text Example


Text Example

White with #B07768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07768; }

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

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

background-color css

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

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

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

border-color css

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

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

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