Html Css Color HEX #BD823C Brandy Punch

📋 copy color: '#BD823C'

red 189 ◦ green 130 ◦ blue 60

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

Shades of Brandy Punch #BD823C

Tints of Brandy Punch #BD823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

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

R = 49.87%
G = 34.3%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD823C (or 0xBD823C) is known color: Brandy Punch. HEX triplet: BD, 82 and 3C. RGB value is (189,130,60). Sum of RGB (Red+Green+Blue) = 189+130+60=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD823C is #427DC3. Grayscale: #8C8C8C. Windows color (decimal): -4357572 or 3965629. OLE color: 3965629.

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

Color convert

RGB 189 130 60 -
CMYK 0 0.31 0.68 0.26
HSL 32.56º 0.52% 0.49% -
HSV(B) 32.56º 0.68% 0.74% -
XYZ 29.78 27.11 7.94 -
YUV 139.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 189 130 60 0 0.31 0.68 0.26 32.56 0.52 0.49
Hex BD 82 3C 0 1F 44 1A 21 34 31
Octal 275 202 74 0 37 104 32 41 64 61
Binary 10111101 10000010 111100 0 11111 1000100 11010 100001 110100 110001

Color Harmonies of #BD823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD823C

Black with #BD823C

Text Example


Text Example

White with #BD823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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