Html Css Color HEX #B2675B Coral Tree

📋 copy color: '#B2675B'

red 178 ◦ green 103 ◦ blue 91

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

Shades of Coral Tree #B2675B

Tints of Coral Tree #B2675B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.46%

R = 47.85%
G = 27.69%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2675B (or 0xB2675B) is known color: Coral Tree. HEX triplet: B2, 67 and 5B. RGB value is (178,103,91). Sum of RGB (Red+Green+Blue) = 178+103+91=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2675B is #4D98A4. Grayscale: #7C7C7C. Windows color (decimal): -5085349 or 5990322. OLE color: 5990322.

HSL color Cylindrical-coordinate representation of color #B2675B: hue angle of 8.28º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2675B is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 103 91 -
CMYK 0 0.42 0.49 0.30
HSL 8.28º 0.36% 0.53% -
HSV(B) 8.28º 0.49% 0.7% -
XYZ 25.1 19.92 12.42 -
YUV 124.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 178 103 91 0 0.42 0.49 0.30 8.28 0.36 0.53
Hex B2 67 5B 0 2A 31 1E 8 24 35
Octal 262 147 133 0 52 61 36 10 44 65
Binary 10110010 1100111 1011011 0 101010 110001 11110 1000 100100 110101

Color Harmonies of #B2675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2675B

Black with #B2675B

Text Example


Text Example

White with #B2675B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2675B; }

 p { color: rgb(178,103,91); }

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

background-color css

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

 a { background-color: rgb(178,103,91); }

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

border-color css

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

 span { border-color: rgb(178,103,91); }

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