Html Css Color HEX #B68045 Brandy Punch

📋 copy color: '#B68045'

red 182 ◦ green 128 ◦ blue 69

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

Shades of Brandy Punch #B68045

Tints of Brandy Punch #B68045

RGB

 RED value IS 182 (71.48% from 255) = 48.02%

 GREEN value IS 128 (50.39% from 255) = 33.77%

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

R = 48.02%
G = 33.77%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B68045 (or 0xB68045) is known color: Brandy Punch. HEX triplet: B6, 80 and 45. RGB value is (182,128,69). Sum of RGB (Red+Green+Blue) = 182+128+69=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B68045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68045 is #497FBA. Grayscale: #898989. Windows color (decimal): -4816827 or 4554934. OLE color: 4554934.

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

Color convert

RGB 182 128 69 -
CMYK 0 0.30 0.62 0.29
HSL 31.33º 0.45% 0.49% -
HSV(B) 31.33º 0.62% 0.71% -
XYZ 28.08 25.81 9.13 -
YUV 137.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 182 128 69 0 0.30 0.62 0.29 31.33 0.45 0.49
Hex B6 80 45 0 1E 3E 1D 1F 2D 31
Octal 266 200 105 0 36 76 35 37 55 61
Binary 10110110 10000000 1000101 0 11110 111110 11101 11111 101101 110001

Color Harmonies of #B68045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68045

Black with #B68045

Text Example


Text Example

White with #B68045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68045; }

 p { color: rgb(182,128,69); }

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

background-color css

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

 a { background-color: rgb(182,128,69); }

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

border-color css

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

 span { border-color: rgb(182,128,69); }

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