Html Css Color HEX #BD7D4B Brandy Punch

📋 copy color: '#BD7D4B'

red 189 ◦ green 125 ◦ blue 75

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

Shades of Brandy Punch #BD7D4B

Tints of Brandy Punch #BD7D4B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

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

R = 48.59%
G = 32.13%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD7D4B (or 0xBD7D4B) is known color: Brandy Punch. HEX triplet: BD, 7D and 4B. RGB value is (189,125,75). Sum of RGB (Red+Green+Blue) = 189+125+75=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7D4B is #4282B4. Grayscale: #8A8A8A. Windows color (decimal): -4358837 or 4947389. OLE color: 4947389.

HSL color Cylindrical-coordinate representation of color #BD7D4B: hue angle of 26.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD7D4B is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 125 75 -
CMYK 0 0.34 0.60 0.26
HSL 26.32º 0.46% 0.52% -
HSV(B) 26.32º 0.6% 0.74% -
XYZ 29.59 25.99 10.11 -
YUV 138.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 189 125 75 0 0.34 0.60 0.26 26.32 0.46 0.52
Hex BD 7D 4B 0 22 3C 1A 1A 2E 34
Octal 275 175 113 0 42 74 32 32 56 64
Binary 10111101 1111101 1001011 0 100010 111100 11010 11010 101110 110100

Color Harmonies of #BD7D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D4B

Black with #BD7D4B

Text Example


Text Example

White with #BD7D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D4B; }

 p { color: rgb(189,125,75); }

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

background-color css

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

 a { background-color: rgb(189,125,75); }

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

border-color css

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

 span { border-color: rgb(189,125,75); }

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