Html Css Color HEX #BD753E Brandy Punch

📋 copy color: '#BD753E'

red 189 ◦ green 117 ◦ blue 62

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

Shades of Brandy Punch #BD753E

Tints of Brandy Punch #BD753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.85%

R = 51.36%
G = 31.79%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD753E (or 0xBD753E) is known color: Brandy Punch. HEX triplet: BD, 75 and 3E. RGB value is (189,117,62). Sum of RGB (Red+Green+Blue) = 189+117+62=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD753E is #428AC1. Grayscale: #848484. Windows color (decimal): -4360898 or 4093373. OLE color: 4093373.

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

Color convert

RGB 189 117 62 -
CMYK 0 0.38 0.67 0.26
HSL 25.98º 0.51% 0.49% -
HSV(B) 25.98º 0.67% 0.74% -
XYZ 28.22 23.89 7.68 -
YUV 132.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 189 117 62 0 0.38 0.67 0.26 25.98 0.51 0.49
Hex BD 75 3E 0 26 43 1A 1A 33 31
Octal 275 165 76 0 46 103 32 32 63 61
Binary 10111101 1110101 111110 0 100110 1000011 11010 11010 110011 110001

Color Harmonies of #BD753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD753E

Black with #BD753E

Text Example


Text Example

White with #BD753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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