Html Css Color HEX #B0675B Coral Tree

📋 copy color: '#B0675B'

red 176 ◦ green 103 ◦ blue 91

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

Shades of Coral Tree #B0675B

Tints of Coral Tree #B0675B

RGB

 RED value IS 176 (69.14% from 255) = 47.57%

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

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

R = 47.57%
G = 27.84%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0675B (or 0xB0675B) is known color: Coral Tree. HEX triplet: B0, 67 and 5B. RGB value is (176,103,91). Sum of RGB (Red+Green+Blue) = 176+103+91=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0675B is #4F98A4. Grayscale: #7B7B7B. Windows color (decimal): -5216421 or 5990320. OLE color: 5990320.

HSL color Cylindrical-coordinate representation of color #B0675B: hue angle of 8.47º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0675B is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 91 -
CMYK 0 0.41 0.48 0.31
HSL 8.47º 0.35% 0.52% -
HSV(B) 8.47º 0.48% 0.69% -
XYZ 24.64 19.69 12.4 -
YUV 123.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 176 103 91 0 0.41 0.48 0.31 8.47 0.35 0.52
Hex B0 67 5B 0 29 30 1F 8 23 34
Octal 260 147 133 0 51 60 37 10 43 64
Binary 10110000 1100111 1011011 0 101001 110000 11111 1000 100011 110100

Color Harmonies of #B0675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0675B

Black with #B0675B

Text Example


Text Example

White with #B0675B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0675B; }

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

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

background-color css

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

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

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

border-color css

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

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

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