Html Css Color HEX #B07168 Coral Tree

📋 copy color: '#B07168'

red 176 ◦ green 113 ◦ blue 104

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

Shades of Coral Tree #B07168

Tints of Coral Tree #B07168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

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

R = 44.78%
G = 28.75%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B07168 (or 0xB07168) is known color: Coral Tree. HEX triplet: B0, 71 and 68. RGB value is (176,113,104). Sum of RGB (Red+Green+Blue) = 176+113+104=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07168 is #4F8E97. Grayscale: #828282. Windows color (decimal): -5213848 or 6844848. OLE color: 6844848.

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

Color convert

RGB 176 113 104 -
CMYK 0 0.36 0.41 0.31
HSL 7.5º 0.31% 0.55% -
HSV(B) 7.5º 0.41% 0.69% -
XYZ 26.31 22.04 15.96 -
YUV 130.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 176 113 104 0 0.36 0.41 0.31 7.5 0.31 0.55
Hex B0 71 68 0 24 29 1F 8 1F 37
Octal 260 161 150 0 44 51 37 10 37 67
Binary 10110000 1110001 1101000 0 100100 101001 11111 1000 11111 110111

Color Harmonies of #B07168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07168

Black with #B07168

Text Example


Text Example

White with #B07168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07168; }

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

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

background-color css

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

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

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

border-color css

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

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

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