Html Css Color HEX #BD7F55 Brandy Punch

📋 copy color: '#BD7F55'

red 189 ◦ green 127 ◦ blue 85

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

Shades of Brandy Punch #BD7F55

Tints of Brandy Punch #BD7F55

RGB

 RED value IS 189 (74.22% from 255) = 47.13%

 GREEN value IS 127 (50% from 255) = 31.67%

 BLUE value IS 85 (33.59% from 255) = 21.2%

R = 47.13%
G = 31.67%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD7F55 (or 0xBD7F55) is known color: Brandy Punch. HEX triplet: BD, 7F and 55. RGB value is (189,127,85). Sum of RGB (Red+Green+Blue) = 189+127+85=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F55 is #4280AA. Grayscale: #8C8C8C. Windows color (decimal): -4358315 or 5603261. OLE color: 5603261.

HSL color Cylindrical-coordinate representation of color #BD7F55: hue angle of 24.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD7F55 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 85 -
CMYK 0 0.33 0.55 0.26
HSL 24.23º 0.44% 0.54% -
HSV(B) 24.23º 0.55% 0.74% -
XYZ 30.22 26.65 12.15 -
YUV 140.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 189 127 85 0 0.33 0.55 0.26 24.23 0.44 0.54
Hex BD 7F 55 0 21 37 1A 18 2C 36
Octal 275 177 125 0 41 67 32 30 54 66
Binary 10111101 1111111 1010101 0 100001 110111 11010 11000 101100 110110

Color Harmonies of #BD7F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F55

Black with #BD7F55

Text Example


Text Example

White with #BD7F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F55; }

 p { color: rgb(189,127,85); }

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

background-color css

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

 a { background-color: rgb(189,127,85); }

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

border-color css

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

 span { border-color: rgb(189,127,85); }

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