Html Css Color HEX #B07A6F Coral Tree

📋 copy color: '#B07A6F'

red 176 ◦ green 122 ◦ blue 111

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

Shades of Coral Tree #B07A6F

Tints of Coral Tree #B07A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.14%

R = 43.03%
G = 29.83%
B = 27.14%

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

#B07A6F (or 0xB07A6F) is known color: Coral Tree. HEX triplet: B0, 7A and 6F. RGB value is (176,122,111). Sum of RGB (Red+Green+Blue) = 176+122+111=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A6F is #4F8590. Grayscale: #888888. Windows color (decimal): -5211537 or 7305904. OLE color: 7305904.

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

Color convert

RGB 176 122 111 -
CMYK 0 0.31 0.37 0.31
HSL 10.15º 0.29% 0.56% -
HSV(B) 10.15º 0.37% 0.69% -
XYZ 27.73 24.3 18.27 -
YUV 136.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 176 122 111 0 0.31 0.37 0.31 10.15 0.29 0.56
Hex B0 7A 6F 0 1F 25 1F A 1D 38
Octal 260 172 157 0 37 45 37 12 35 70
Binary 10110000 1111010 1101111 0 11111 100101 11111 1010 11101 111000

Color Harmonies of #B07A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A6F

Black with #B07A6F

Text Example


Text Example

White with #B07A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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