Html Css Color HEX #B8753C Brandy Punch

📋 copy color: '#B8753C'

red 184 ◦ green 117 ◦ blue 60

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

Shades of Brandy Punch #B8753C

Tints of Brandy Punch #B8753C

RGB

 RED value IS 184 (72.27% from 255) = 50.97%

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 60 (23.83% from 255) = 16.62%

R = 50.97%
G = 32.41%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8753C (or 0xB8753C) is known color: Brandy Punch. HEX triplet: B8, 75 and 3C. RGB value is (184,117,60). Sum of RGB (Red+Green+Blue) = 184+117+60=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8753C is #478AC3. Grayscale: #828282. Windows color (decimal): -4688580 or 3962296. OLE color: 3962296.

HSL color Cylindrical-coordinate representation of color #B8753C: hue angle of 27.58º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8753C is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 117 60 -
CMYK 0 0.36 0.67 0.28
HSL 27.58º 0.51% 0.48% -
HSV(B) 27.58º 0.67% 0.72% -
XYZ 26.94 23.24 7.34 -
YUV 130.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 184 117 60 0 0.36 0.67 0.28 27.58 0.51 0.48
Hex B8 75 3C 0 24 43 1C 1C 33 30
Octal 270 165 74 0 44 103 34 34 63 60
Binary 10111000 1110101 111100 0 100100 1000011 11100 11100 110011 110000

Color Harmonies of #B8753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8753C

Black with #B8753C

Text Example


Text Example

White with #B8753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8753C; }

 p { color: rgb(184,117,60); }

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

background-color css

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

 a { background-color: rgb(184,117,60); }

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

border-color css

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

 span { border-color: rgb(184,117,60); }

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