Html Css Color HEX #B07069 Coral Tree

📋 copy color: '#B07069'

red 176 ◦ green 112 ◦ blue 105

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

Shades of Coral Tree #B07069

Tints of Coral Tree #B07069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 44.78%
G = 28.5%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B07069 (or 0xB07069) is known color: Coral Tree. HEX triplet: B0, 70 and 69. RGB value is (176,112,105). Sum of RGB (Red+Green+Blue) = 176+112+105=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07069 is #4F8F96. Grayscale: #828282. Windows color (decimal): -5214103 or 6910128. OLE color: 6910128.

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

Color convert

RGB 176 112 105 -
CMYK 0 0.36 0.40 0.31
HSL 5.92º 0.31% 0.55% -
HSV(B) 5.92º 0.4% 0.69% -
XYZ 26.25 21.84 16.2 -
YUV 130.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 176 112 105 0 0.36 0.40 0.31 5.92 0.31 0.55
Hex B0 70 69 0 24 28 1F 6 1F 37
Octal 260 160 151 0 44 50 37 6 37 67
Binary 10110000 1110000 1101001 0 100100 101000 11111 110 11111 110111

Color Harmonies of #B07069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07069

Black with #B07069

Text Example


Text Example

White with #B07069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07069; }

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

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

background-color css

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

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

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

border-color css

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

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

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