Html Css Color HEX #B27469 Coral Tree

📋 copy color: '#B27469'

red 178 ◦ green 116 ◦ blue 105

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

Shades of Coral Tree #B27469

Tints of Coral Tree #B27469

RGB

 RED value IS 178 (69.92% from 255) = 44.61%

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

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

R = 44.61%
G = 29.07%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B27469 (or 0xB27469) is known color: Coral Tree. HEX triplet: B2, 74 and 69. RGB value is (178,116,105). Sum of RGB (Red+Green+Blue) = 178+116+105=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B27469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27469 is #4D8B96. Grayscale: #858585. Windows color (decimal): -5082007 or 6911154. OLE color: 6911154.

HSL color Cylindrical-coordinate representation of color #B27469: hue angle of 9.04º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B27469 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 105 -
CMYK 0 0.35 0.41 0.30
HSL 9.04º 0.32% 0.55% -
HSV(B) 9.04º 0.41% 0.7% -
XYZ 27.16 22.98 16.37 -
YUV 133.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 178 116 105 0 0.35 0.41 0.30 9.04 0.32 0.55
Hex B2 74 69 0 23 29 1E 9 20 37
Octal 262 164 151 0 43 51 36 11 40 67
Binary 10110010 1110100 1101001 0 100011 101001 11110 1001 100000 110111

Color Harmonies of #B27469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27469

Black with #B27469

Text Example


Text Example

White with #B27469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27469; }

 p { color: rgb(178,116,105); }

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

background-color css

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

 a { background-color: rgb(178,116,105); }

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

border-color css

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

 span { border-color: rgb(178,116,105); }

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