Html Css Color HEX #B06762 Coral Tree

📋 copy color: '#B06762'

red 176 ◦ green 103 ◦ blue 98

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

Shades of Coral Tree #B06762

Tints of Coral Tree #B06762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.32%

 BLUE value IS 98 (38.67% from 255) = 25.99%

R = 46.68%
G = 27.32%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B06762 (or 0xB06762) is known color: Coral Tree. HEX triplet: B0, 67 and 62. RGB value is (176,103,98). Sum of RGB (Red+Green+Blue) = 176+103+98=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B06762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06762 is #4F989D. Grayscale: #7C7C7C. Windows color (decimal): -5216414 or 6449072. OLE color: 6449072.

HSL color Cylindrical-coordinate representation of color #B06762: hue angle of 3.85º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06762 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 98 -
CMYK 0 0.41 0.44 0.31
HSL 3.85º 0.33% 0.54% -
HSV(B) 3.85º 0.44% 0.69% -
XYZ 24.96 19.81 14.06 -
YUV 124.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 176 103 98 0 0.41 0.44 0.31 3.85 0.33 0.54
Hex B0 67 62 0 29 2C 1F 4 21 36
Octal 260 147 142 0 51 54 37 4 41 66
Binary 10110000 1100111 1100010 0 101001 101100 11111 100 100001 110110

Color Harmonies of #B06762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06762

Black with #B06762

Text Example


Text Example

White with #B06762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06762; }

 p { color: rgb(176,103,98); }

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

background-color css

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

 a { background-color: rgb(176,103,98); }

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

border-color css

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

 span { border-color: rgb(176,103,98); }

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