Html Css Color HEX #BD764A Brandy Punch

📋 copy color: '#BD764A'

red 189 ◦ green 118 ◦ blue 74

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

Shades of Brandy Punch #BD764A

Tints of Brandy Punch #BD764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 49.61%
G = 30.97%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD764A (or 0xBD764A) is known color: Brandy Punch. HEX triplet: BD, 76 and 4A. RGB value is (189,118,74). Sum of RGB (Red+Green+Blue) = 189+118+74=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD764A is #4289B5. Grayscale: #868686. Windows color (decimal): -4360630 or 4880061. OLE color: 4880061.

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

Color convert

RGB 189 118 74 -
CMYK 0 0.38 0.61 0.26
HSL 22.96º 0.47% 0.52% -
HSV(B) 22.96º 0.61% 0.74% -
XYZ 28.7 24.27 9.65 -
YUV 134.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 189 118 74 0 0.38 0.61 0.26 22.96 0.47 0.52
Hex BD 76 4A 0 26 3D 1A 17 2F 34
Octal 275 166 112 0 46 75 32 27 57 64
Binary 10111101 1110110 1001010 0 100110 111101 11010 10111 101111 110100

Color Harmonies of #BD764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD764A

Black with #BD764A

Text Example


Text Example

White with #BD764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD764A; }

 p { color: rgb(189,118,74); }

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

background-color css

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

 a { background-color: rgb(189,118,74); }

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

border-color css

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

 span { border-color: rgb(189,118,74); }

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