Html Css Color HEX #BD813F Brandy Punch

📋 copy color: '#BD813F'

red 189 ◦ green 129 ◦ blue 63

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

Shades of Brandy Punch #BD813F

Tints of Brandy Punch #BD813F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.54%

R = 49.61%
G = 33.86%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD813F (or 0xBD813F) is known color: Brandy Punch. HEX triplet: BD, 81 and 3F. RGB value is (189,129,63). Sum of RGB (Red+Green+Blue) = 189+129+63=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD813F is #427EC0. Grayscale: #8B8B8B. Windows color (decimal): -4357825 or 4161981. OLE color: 4161981.

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

Color convert

RGB 189 129 63 -
CMYK 0 0.32 0.67 0.26
HSL 31.43º 0.5% 0.49% -
HSV(B) 31.43º 0.67% 0.74% -
XYZ 29.73 26.88 8.32 -
YUV 139.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 189 129 63 0 0.32 0.67 0.26 31.43 0.5 0.49
Hex BD 81 3F 0 20 43 1A 1F 32 31
Octal 275 201 77 0 40 103 32 37 62 61
Binary 10111101 10000001 111111 0 100000 1000011 11010 11111 110010 110001

Color Harmonies of #BD813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD813F

Black with #BD813F

Text Example


Text Example

White with #BD813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD813F; }

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

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

background-color css

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

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

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

border-color css

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

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

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