Html Css Color HEX #BD753C Brandy Punch

📋 copy color: '#BD753C'

red 189 ◦ green 117 ◦ blue 60

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

Shades of Brandy Punch #BD753C

Tints of Brandy Punch #BD753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.39%

R = 51.64%
G = 31.97%
B = 16.39%

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

#BD753C (or 0xBD753C) is known color: Brandy Punch. HEX triplet: BD, 75 and 3C. RGB value is (189,117,60). Sum of RGB (Red+Green+Blue) = 189+117+60=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD753C is #428AC3. Grayscale: #848484. Windows color (decimal): -4360900 or 3962301. OLE color: 3962301.

HSL color Cylindrical-coordinate representation of color #BD753C: hue angle of 26.51º degrees, saturation: 0.52, 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 #BD753C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 117 60 -
CMYK 0 0.38 0.68 0.26
HSL 26.51º 0.52% 0.49% -
HSV(B) 26.51º 0.68% 0.74% -
XYZ 28.16 23.87 7.4 -
YUV 132.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 189 117 60 0 0.38 0.68 0.26 26.51 0.52 0.49
Hex BD 75 3C 0 26 44 1A 1B 34 31
Octal 275 165 74 0 46 104 32 33 64 61
Binary 10111101 1110101 111100 0 100110 1000100 11010 11011 110100 110001

Color Harmonies of #BD753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD753C

Black with #BD753C

Text Example


Text Example

White with #BD753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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