Html Css Color HEX #BD7B48 Brandy Punch

📋 copy color: '#BD7B48'

red 189 ◦ green 123 ◦ blue 72

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

Shades of Brandy Punch #BD7B48

Tints of Brandy Punch #BD7B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

 BLUE value IS 72 (28.52% from 255) = 18.75%

R = 49.22%
G = 32.03%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD7B48 (or 0xBD7B48) is known color: Brandy Punch. HEX triplet: BD, 7B and 48. RGB value is (189,123,72). Sum of RGB (Red+Green+Blue) = 189+123+72=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7B48 is #4284B7. Grayscale: #898989. Windows color (decimal): -4359352 or 4750269. OLE color: 4750269.

HSL color Cylindrical-coordinate representation of color #BD7B48: hue angle of 26.15º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD7B48 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 123 72 -
CMYK 0 0.35 0.62 0.26
HSL 26.15º 0.47% 0.51% -
HSV(B) 26.15º 0.62% 0.74% -
XYZ 29.24 25.45 9.5 -
YUV 136.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 189 123 72 0 0.35 0.62 0.26 26.15 0.47 0.51
Hex BD 7B 48 0 23 3E 1A 1A 2F 33
Octal 275 173 110 0 43 76 32 32 57 63
Binary 10111101 1111011 1001000 0 100011 111110 11010 11010 101111 110011

Color Harmonies of #BD7B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B48

Black with #BD7B48

Text Example


Text Example

White with #BD7B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B48; }

 p { color: rgb(189,123,72); }

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

background-color css

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

 a { background-color: rgb(189,123,72); }

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

border-color css

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

 span { border-color: rgb(189,123,72); }

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