Html Css Color HEX #B07068 Coral Tree

📋 copy color: '#B07068'

red 176 ◦ green 112 ◦ blue 104

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

Shades of Coral Tree #B07068

Tints of Coral Tree #B07068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

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

R = 44.9%
G = 28.57%
B = 26.53%

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

#B07068 (or 0xB07068) is known color: Coral Tree. HEX triplet: B0, 70 and 68. RGB value is (176,112,104). Sum of RGB (Red+Green+Blue) = 176+112+104=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B07068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07068 is #4F8F97. Grayscale: #828282. Windows color (decimal): -5214104 or 6844592. OLE color: 6844592.

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

Color convert

RGB 176 112 104 -
CMYK 0 0.36 0.41 0.31
HSL 6.67º 0.31% 0.55% -
HSV(B) 6.67º 0.41% 0.69% -
XYZ 26.2 21.82 15.93 -
YUV 130.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 176 112 104 0 0.36 0.41 0.31 6.67 0.31 0.55
Hex B0 70 68 0 24 29 1F 7 1F 37
Octal 260 160 150 0 44 51 37 7 37 67
Binary 10110000 1110000 1101000 0 100100 101001 11111 111 11111 110111

Color Harmonies of #B07068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07068

Black with #B07068

Text Example


Text Example

White with #B07068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07068; }

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

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

background-color css

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

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

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

border-color css

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

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

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