Html Css Color HEX #B8744B Brandy Punch

📋 copy color: '#B8744B'

red 184 ◦ green 116 ◦ blue 75

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

Shades of Brandy Punch #B8744B

Tints of Brandy Punch #B8744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

 BLUE value IS 75 (29.69% from 255) = 20%

R = 49.07%
G = 30.93%
B = 20%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8744B (or 0xB8744B) is known color: Brandy Punch. HEX triplet: B8, 74 and 4B. RGB value is (184,116,75). Sum of RGB (Red+Green+Blue) = 184+116+75=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8744B is #478BB4. Grayscale: #838383. Windows color (decimal): -4688821 or 4945080. OLE color: 4945080.

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

Color convert

RGB 184 116 75 -
CMYK 0 0.37 0.59 0.28
HSL 22.57º 0.43% 0.51% -
HSV(B) 22.57º 0.59% 0.72% -
XYZ 27.28 23.19 9.69 -
YUV 131.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 184 116 75 0 0.37 0.59 0.28 22.57 0.43 0.51
Hex B8 74 4B 0 25 3B 1C 17 2B 33
Octal 270 164 113 0 45 73 34 27 53 63
Binary 10111000 1110100 1001011 0 100101 111011 11100 10111 101011 110011

Color Harmonies of #B8744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8744B

Black with #B8744B

Text Example


Text Example

White with #B8744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8744B; }

 p { color: rgb(184,116,75); }

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

background-color css

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

 a { background-color: rgb(184,116,75); }

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

border-color css

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

 span { border-color: rgb(184,116,75); }

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