Html Css Color HEX #B8764B Brandy Punch

📋 copy color: '#B8764B'

red 184 ◦ green 118 ◦ blue 75

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

Shades of Brandy Punch #B8764B

Tints of Brandy Punch #B8764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 48.81%
G = 31.3%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8764B (or 0xB8764B) is known color: Brandy Punch. HEX triplet: B8, 76 and 4B. RGB value is (184,118,75). Sum of RGB (Red+Green+Blue) = 184+118+75=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8764B is #4789B4. Grayscale: #858585. Windows color (decimal): -4688309 or 4945592. OLE color: 4945592.

HSL color Cylindrical-coordinate representation of color #B8764B: hue angle of 23.67º 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 #B8764B is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 118 75 -
CMYK 0 0.36 0.59 0.28
HSL 23.67º 0.43% 0.51% -
HSV(B) 23.67º 0.59% 0.72% -
XYZ 27.52 23.66 9.77 -
YUV 132.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 184 118 75 0 0.36 0.59 0.28 23.67 0.43 0.51
Hex B8 76 4B 0 24 3B 1C 18 2B 33
Octal 270 166 113 0 44 73 34 30 53 63
Binary 10111000 1110110 1001011 0 100100 111011 11100 11000 101011 110011

Color Harmonies of #B8764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8764B

Black with #B8764B

Text Example


Text Example

White with #B8764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8764B; }

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

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

background-color css

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

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

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

border-color css

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

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

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