Html Css Color HEX #B67460 Coral Tree

📋 copy color: '#B67460'

red 182 ◦ green 116 ◦ blue 96

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

Shades of Coral Tree #B67460

Tints of Coral Tree #B67460

RGB

 RED value IS 182 (71.48% from 255) = 46.19%

 GREEN value IS 116 (45.7% from 255) = 29.44%

 BLUE value IS 96 (37.89% from 255) = 24.37%

R = 46.19%
G = 29.44%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B67460 (or 0xB67460) is known color: Coral Tree. HEX triplet: B6, 74 and 60. RGB value is (182,116,96). Sum of RGB (Red+Green+Blue) = 182+116+96=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B67460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67460 is #498B9F. Grayscale: #858585. Windows color (decimal): -4819872 or 6321334. OLE color: 6321334.

HSL color Cylindrical-coordinate representation of color #B67460: hue angle of 13.95º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B67460 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 116 96 -
CMYK 0 0.36 0.47 0.29
HSL 13.95º 0.37% 0.55% -
HSV(B) 13.95º 0.47% 0.71% -
XYZ 27.65 23.28 14.1 -
YUV 133.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 182 116 96 0 0.36 0.47 0.29 13.95 0.37 0.55
Hex B6 74 60 0 24 2F 1D E 25 37
Octal 266 164 140 0 44 57 35 16 45 67
Binary 10110110 1110100 1100000 0 100100 101111 11101 1110 100101 110111

Color Harmonies of #B67460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67460

Black with #B67460

Text Example


Text Example

White with #B67460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67460; }

 p { color: rgb(182,116,96); }

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

background-color css

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

 a { background-color: rgb(182,116,96); }

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

border-color css

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

 span { border-color: rgb(182,116,96); }

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