Html Css Color HEX #B07267 Coral Tree

📋 copy color: '#B07267'

red 176 ◦ green 114 ◦ blue 103

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

Shades of Coral Tree #B07267

Tints of Coral Tree #B07267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.21%

R = 44.78%
G = 29.01%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B07267 (or 0xB07267) is known color: Coral Tree. HEX triplet: B0, 72 and 67. RGB value is (176,114,103). Sum of RGB (Red+Green+Blue) = 176+114+103=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07267 is #4F8D98. Grayscale: #838383. Windows color (decimal): -5213593 or 6779568. OLE color: 6779568.

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

Color convert

RGB 176 114 103 -
CMYK 0 0.35 0.41 0.31
HSL 9.04º 0.32% 0.55% -
HSV(B) 9.04º 0.41% 0.69% -
XYZ 26.37 22.24 15.74 -
YUV 131.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 176 114 103 0 0.35 0.41 0.31 9.04 0.32 0.55
Hex B0 72 67 0 23 29 1F 9 20 37
Octal 260 162 147 0 43 51 37 11 40 67
Binary 10110000 1110010 1100111 0 100011 101001 11111 1001 100000 110111

Color Harmonies of #B07267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07267

Black with #B07267

Text Example


Text Example

White with #B07267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07267; }

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

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

background-color css

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

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

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

border-color css

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

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

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