Html Css Color HEX #B07467 Coral Tree

📋 copy color: '#B07467'

red 176 ◦ green 116 ◦ blue 103

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

Shades of Coral Tree #B07467

Tints of Coral Tree #B07467

RGB

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

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

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

R = 44.56%
G = 29.37%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B07467 (or 0xB07467) is known color: Coral Tree. HEX triplet: B0, 74 and 67. RGB value is (176,116,103). Sum of RGB (Red+Green+Blue) = 176+116+103=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B07467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07467 is #4F8B98. Grayscale: #848484. Windows color (decimal): -5213081 or 6780080. OLE color: 6780080.

HSL color Cylindrical-coordinate representation of color #B07467: hue angle of 10.68º 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 #B07467 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 116 103 -
CMYK 0 0.34 0.41 0.31
HSL 10.68º 0.32% 0.55% -
HSV(B) 10.68º 0.41% 0.69% -
XYZ 26.6 22.7 15.81 -
YUV 132.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 176 116 103 0 0.34 0.41 0.31 10.68 0.32 0.55
Hex B0 74 67 0 22 29 1F B 20 37
Octal 260 164 147 0 42 51 37 13 40 67
Binary 10110000 1110100 1100111 0 100010 101001 11111 1011 100000 110111

Color Harmonies of #B07467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07467

Black with #B07467

Text Example


Text Example

White with #B07467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07467; }

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

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

background-color css

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

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

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

border-color css

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

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

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