Html Css Color HEX #B07A45 Brandy Punch

📋 copy color: '#B07A45'

red 176 ◦ green 122 ◦ blue 69

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

Shades of Brandy Punch #B07A45

Tints of Brandy Punch #B07A45

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 47.96%
G = 33.24%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B07A45 (or 0xB07A45) is known color: Brandy Punch. HEX triplet: B0, 7A and 45. RGB value is (176,122,69). Sum of RGB (Red+Green+Blue) = 176+122+69=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07A45 is #4F85BA. Grayscale: #848484. Windows color (decimal): -5211579 or 4553392. OLE color: 4553392.

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

Color convert

RGB 176 122 69 -
CMYK 0 0.31 0.61 0.31
HSL 29.72º 0.44% 0.48% -
HSV(B) 29.72º 0.61% 0.69% -
XYZ 25.94 23.58 8.81 -
YUV 132.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 176 122 69 0 0.31 0.61 0.31 29.72 0.44 0.48
Hex B0 7A 45 0 1F 3D 1F 1E 2C 30
Octal 260 172 105 0 37 75 37 36 54 60
Binary 10110000 1111010 1000101 0 11111 111101 11111 11110 101100 110000

Color Harmonies of #B07A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A45

Black with #B07A45

Text Example


Text Example

White with #B07A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A45; }

 p { color: rgb(176,122,69); }

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

background-color css

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

 a { background-color: rgb(176,122,69); }

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

border-color css

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

 span { border-color: rgb(176,122,69); }

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