Html Css Color HEX #B07A69 Coral Tree

📋 copy color: '#B07A69'

red 176 ◦ green 122 ◦ blue 105

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

Shades of Coral Tree #B07A69

Tints of Coral Tree #B07A69

RGB

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

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

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

R = 43.67%
G = 30.27%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B07A69 (or 0xB07A69) is known color: Coral Tree. HEX triplet: B0, 7A and 69. RGB value is (176,122,105). Sum of RGB (Red+Green+Blue) = 176+122+105=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A69 is #4F8596. Grayscale: #888888. Windows color (decimal): -5211543 or 6912688. OLE color: 6912688.

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

Color convert

RGB 176 122 105 -
CMYK 0 0.31 0.40 0.31
HSL 14.37º 0.31% 0.55% -
HSV(B) 14.37º 0.4% 0.69% -
XYZ 27.41 24.17 16.58 -
YUV 136.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 176 122 105 0 0.31 0.40 0.31 14.37 0.31 0.55
Hex B0 7A 69 0 1F 28 1F E 1F 37
Octal 260 172 151 0 37 50 37 16 37 67
Binary 10110000 1111010 1101001 0 11111 101000 11111 1110 11111 110111

Color Harmonies of #B07A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A69

Black with #B07A69

Text Example


Text Example

White with #B07A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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