Html Css Color HEX #BD813C Brandy Punch

📋 copy color: '#BD813C'

red 189 ◦ green 129 ◦ blue 60

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

Shades of Brandy Punch #BD813C

Tints of Brandy Punch #BD813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.13%

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

R = 50%
G = 34.13%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD813C (or 0xBD813C) is known color: Brandy Punch. HEX triplet: BD, 81 and 3C. RGB value is (189,129,60). Sum of RGB (Red+Green+Blue) = 189+129+60=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD813C is #427EC3. Grayscale: #8B8B8B. Windows color (decimal): -4357828 or 3965373. OLE color: 3965373.

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

Color convert

RGB 189 129 60 -
CMYK 0 0.32 0.68 0.26
HSL 32.09º 0.52% 0.49% -
HSV(B) 32.09º 0.68% 0.74% -
XYZ 29.65 26.85 7.89 -
YUV 139.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 189 129 60 0 0.32 0.68 0.26 32.09 0.52 0.49
Hex BD 81 3C 0 20 44 1A 20 34 31
Octal 275 201 74 0 40 104 32 40 64 61
Binary 10111101 10000001 111100 0 100000 1000100 11010 100000 110100 110001

Color Harmonies of #BD813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD813C

Black with #BD813C

Text Example


Text Example

White with #BD813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD813C; }

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

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

background-color css

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

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

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

border-color css

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

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

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