Html Css Color HEX #B67466 Coral Tree

📋 copy color: '#B67466'

red 182 ◦ green 116 ◦ blue 102

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

Shades of Coral Tree #B67466

Tints of Coral Tree #B67466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.5%

R = 45.5%
G = 29%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B67466 (or 0xB67466) is known color: Coral Tree. HEX triplet: B6, 74 and 66. RGB value is (182,116,102). Sum of RGB (Red+Green+Blue) = 182+116+102=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B67466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67466 is #498B99. Grayscale: #868686. Windows color (decimal): -4819866 or 6714550. OLE color: 6714550.

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

Color convert

RGB 182 116 102 -
CMYK 0 0.36 0.44 0.29
HSL 10.5º 0.35% 0.56% -
HSV(B) 10.5º 0.44% 0.71% -
XYZ 27.94 23.4 15.61 -
YUV 134.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 182 116 102 0 0.36 0.44 0.29 10.5 0.35 0.56
Hex B6 74 66 0 24 2C 1D A 23 38
Octal 266 164 146 0 44 54 35 12 43 70
Binary 10110110 1110100 1100110 0 100100 101100 11101 1010 100011 111000

Color Harmonies of #B67466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67466

Black with #B67466

Text Example


Text Example

White with #B67466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67466; }

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

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

background-color css

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

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

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

border-color css

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

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

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