Html Css Color HEX #B7754B Brandy Punch

📋 copy color: '#B7754B'

red 183 ◦ green 117 ◦ blue 75

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

Shades of Brandy Punch #B7754B

Tints of Brandy Punch #B7754B

RGB

 RED value IS 183 (71.88% from 255) = 48.8%

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

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

R = 48.8%
G = 31.2%
B = 20%

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

#B7754B (or 0xB7754B) is known color: Brandy Punch. HEX triplet: B7, 75 and 4B. RGB value is (183,117,75). Sum of RGB (Red+Green+Blue) = 183+117+75=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7754B is #488AB4. Grayscale: #848484. Windows color (decimal): -4754101 or 4945335. OLE color: 4945335.

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

Color convert

RGB 183 117 75 -
CMYK 0 0.36 0.59 0.28
HSL 23.33º 0.43% 0.51% -
HSV(B) 23.33º 0.59% 0.72% -
XYZ 27.16 23.3 9.72 -
YUV 131.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 183 117 75 0 0.36 0.59 0.28 23.33 0.43 0.51
Hex B7 75 4B 0 24 3B 1C 17 2B 33
Octal 267 165 113 0 44 73 34 27 53 63
Binary 10110111 1110101 1001011 0 100100 111011 11100 10111 101011 110011

Color Harmonies of #B7754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7754B

Black with #B7754B

Text Example


Text Example

White with #B7754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7754B; }

 p { color: rgb(183,117,75); }

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

background-color css

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

 a { background-color: rgb(183,117,75); }

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

border-color css

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

 span { border-color: rgb(183,117,75); }

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