Html Css Color HEX #B07C43 Brandy Punch

📋 copy color: '#B07C43'

red 176 ◦ green 124 ◦ blue 67

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

Shades of Brandy Punch #B07C43

Tints of Brandy Punch #B07C43

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 47.96%
G = 33.79%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B07C43 (or 0xB07C43) is known color: Brandy Punch. HEX triplet: B0, 7C and 43. RGB value is (176,124,67). Sum of RGB (Red+Green+Blue) = 176+124+67=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C43 is #4F83BC. Grayscale: #858585. Windows color (decimal): -5211069 or 4422832. OLE color: 4422832.

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

Color convert

RGB 176 124 67 -
CMYK 0 0.30 0.62 0.31
HSL 31.38º 0.45% 0.48% -
HSV(B) 31.38º 0.62% 0.69% -
XYZ 26.13 24.05 8.58 -
YUV 133.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 176 124 67 0 0.30 0.62 0.31 31.38 0.45 0.48
Hex B0 7C 43 0 1E 3E 1F 1F 2D 30
Octal 260 174 103 0 36 76 37 37 55 60
Binary 10110000 1111100 1000011 0 11110 111110 11111 11111 101101 110000

Color Harmonies of #B07C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C43

Black with #B07C43

Text Example


Text Example

White with #B07C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C43; }

 p { color: rgb(176,124,67); }

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

background-color css

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

 a { background-color: rgb(176,124,67); }

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

border-color css

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

 span { border-color: rgb(176,124,67); }

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