Html Css Color HEX #B07D41 Brandy Punch

📋 copy color: '#B07D41'

red 176 ◦ green 125 ◦ blue 65

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

Shades of Brandy Punch #B07D41

Tints of Brandy Punch #B07D41

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

 BLUE value IS 65 (25.78% from 255) = 17.76%

R = 48.09%
G = 34.15%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B07D41 (or 0xB07D41) is known color: Brandy Punch. HEX triplet: B0, 7D and 41. RGB value is (176,125,65). Sum of RGB (Red+Green+Blue) = 176+125+65=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07D41 is #4F82BE. Grayscale: #858585. Windows color (decimal): -5210815 or 4292016. OLE color: 4292016.

HSL color Cylindrical-coordinate representation of color #B07D41: hue angle of 32.43º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B07D41 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 125 65 -
CMYK 0 0.29 0.63 0.31
HSL 32.43º 0.46% 0.47% -
HSV(B) 32.43º 0.63% 0.69% -
XYZ 26.19 24.28 8.31 -
YUV 133.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 176 125 65 0 0.29 0.63 0.31 32.43 0.46 0.47
Hex B0 7D 41 0 1D 3F 1F 20 2E 2F
Octal 260 175 101 0 35 77 37 40 56 57
Binary 10110000 1111101 1000001 0 11101 111111 11111 100000 101110 101111

Color Harmonies of #B07D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07D41

Black with #B07D41

Text Example


Text Example

White with #B07D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07D41; }

 p { color: rgb(176,125,65); }

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

background-color css

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

 a { background-color: rgb(176,125,65); }

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

border-color css

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

 span { border-color: rgb(176,125,65); }

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