Html Css Color HEX #B67260 Coral Tree

📋 copy color: '#B67260'

red 182 ◦ green 114 ◦ blue 96

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

Shades of Coral Tree #B67260

Tints of Coral Tree #B67260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.08%

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

R = 46.43%
G = 29.08%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B67260 (or 0xB67260) is known color: Coral Tree. HEX triplet: B6, 72 and 60. RGB value is (182,114,96). Sum of RGB (Red+Green+Blue) = 182+114+96=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B67260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67260 is #498D9F. Grayscale: #848484. Windows color (decimal): -4820384 or 6320822. OLE color: 6320822.

HSL color Cylindrical-coordinate representation of color #B67260: hue angle of 12.56º 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 #B67260 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 96 -
CMYK 0 0.37 0.47 0.29
HSL 12.56º 0.37% 0.55% -
HSV(B) 12.56º 0.47% 0.71% -
XYZ 27.42 22.82 14.03 -
YUV 132.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 182 114 96 0 0.37 0.47 0.29 12.56 0.37 0.55
Hex B6 72 60 0 25 2F 1D D 25 37
Octal 266 162 140 0 45 57 35 15 45 67
Binary 10110110 1110010 1100000 0 100101 101111 11101 1101 100101 110111

Color Harmonies of #B67260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67260

Black with #B67260

Text Example


Text Example

White with #B67260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67260; }

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

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

background-color css

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

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

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

border-color css

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

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

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