Html Css Color HEX #BD753D Brandy Punch

📋 copy color: '#BD753D'

red 189 ◦ green 117 ◦ blue 61

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

Shades of Brandy Punch #BD753D

Tints of Brandy Punch #BD753D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.62%

R = 51.5%
G = 31.88%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD753D (or 0xBD753D) is known color: Brandy Punch. HEX triplet: BD, 75 and 3D. RGB value is (189,117,61). Sum of RGB (Red+Green+Blue) = 189+117+61=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD753D is #428AC2. Grayscale: #848484. Windows color (decimal): -4360899 or 4027837. OLE color: 4027837.

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

Color convert

RGB 189 117 61 -
CMYK 0 0.38 0.68 0.26
HSL 26.25º 0.51% 0.49% -
HSV(B) 26.25º 0.68% 0.74% -
XYZ 28.19 23.88 7.54 -
YUV 132.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 189 117 61 0 0.38 0.68 0.26 26.25 0.51 0.49
Hex BD 75 3D 0 26 44 1A 1A 33 31
Octal 275 165 75 0 46 104 32 32 63 61
Binary 10111101 1110101 111101 0 100110 1000100 11010 11010 110011 110001

Color Harmonies of #BD753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD753D

Black with #BD753D

Text Example


Text Example

White with #BD753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD753D; }

 p { color: rgb(189,117,61); }

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

background-color css

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

 a { background-color: rgb(189,117,61); }

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

border-color css

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

 span { border-color: rgb(189,117,61); }

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