Html Css Color HEX #BD813A Brandy Punch

📋 copy color: '#BD813A'

red 189 ◦ green 129 ◦ blue 58

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

Shades of Brandy Punch #BD813A

Tints of Brandy Punch #BD813A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.43%

R = 50.27%
G = 34.31%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD813A (or 0xBD813A) is known color: Brandy Punch. HEX triplet: BD, 81 and 3A. RGB value is (189,129,58). Sum of RGB (Red+Green+Blue) = 189+129+58=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD813A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD813A is #427EC5. Grayscale: #8B8B8B. Windows color (decimal): -4357830 or 3834301. OLE color: 3834301.

HSL color Cylindrical-coordinate representation of color #BD813A: hue angle of 32.52º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD813A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 58 -
CMYK 0 0.32 0.69 0.26
HSL 32.52º 0.53% 0.48% -
HSV(B) 32.52º 0.69% 0.74% -
XYZ 29.6 26.82 7.62 -
YUV 138.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 189 129 58 0 0.32 0.69 0.26 32.52 0.53 0.48
Hex BD 81 3A 0 20 45 1A 21 35 30
Octal 275 201 72 0 40 105 32 41 65 60
Binary 10111101 10000001 111010 0 100000 1000101 11010 100001 110101 110000

Color Harmonies of #BD813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD813A

Black with #BD813A

Text Example


Text Example

White with #BD813A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD813A; }

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

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

background-color css

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

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

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

border-color css

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

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

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