Html Css Color HEX #B07A6E Coral Tree

📋 copy color: '#B07A6E'

red 176 ◦ green 122 ◦ blue 110

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

Shades of Coral Tree #B07A6E

Tints of Coral Tree #B07A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.9%

 BLUE value IS 110 (43.36% from 255) = 26.96%

R = 43.14%
G = 29.9%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B07A6E (or 0xB07A6E) is known color: Coral Tree. HEX triplet: B0, 7A and 6E. RGB value is (176,122,110). Sum of RGB (Red+Green+Blue) = 176+122+110=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A6E is #4F8591. Grayscale: #888888. Windows color (decimal): -5211538 or 7240368. OLE color: 7240368.

HSL color Cylindrical-coordinate representation of color #B07A6E: hue angle of 10.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B07A6E is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 122 110 -
CMYK 0 0.31 0.37 0.31
HSL 10.91º 0.29% 0.56% -
HSV(B) 10.91º 0.38% 0.69% -
XYZ 27.68 24.27 17.98 -
YUV 136.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 176 122 110 0 0.31 0.37 0.31 10.91 0.29 0.56
Hex B0 7A 6E 0 1F 25 1F B 1D 38
Octal 260 172 156 0 37 45 37 13 35 70
Binary 10110000 1111010 1101110 0 11111 100101 11111 1011 11101 111000

Color Harmonies of #B07A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A6E

Black with #B07A6E

Text Example


Text Example

White with #B07A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A6E; }

 p { color: rgb(176,122,110); }

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

background-color css

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

 a { background-color: rgb(176,122,110); }

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

border-color css

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

 span { border-color: rgb(176,122,110); }

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