Html Css Color HEX #BD833E Brandy Punch

📋 copy color: '#BD833E'

red 189 ◦ green 131 ◦ blue 62

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

Shades of Brandy Punch #BD833E

Tints of Brandy Punch #BD833E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

 BLUE value IS 62 (24.61% from 255) = 16.23%

R = 49.48%
G = 34.29%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD833E (or 0xBD833E) is known color: Brandy Punch. HEX triplet: BD, 83 and 3E. RGB value is (189,131,62). Sum of RGB (Red+Green+Blue) = 189+131+62=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD833E is #427CC1. Grayscale: #8C8C8C. Windows color (decimal): -4357314 or 4096957. OLE color: 4096957.

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

Color convert

RGB 189 131 62 -
CMYK 0 0.31 0.67 0.26
HSL 32.6º 0.51% 0.49% -
HSV(B) 32.6º 0.67% 0.74% -
XYZ 29.97 27.4 8.27 -
YUV 140.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 189 131 62 0 0.31 0.67 0.26 32.6 0.51 0.49
Hex BD 83 3E 0 1F 43 1A 21 33 31
Octal 275 203 76 0 37 103 32 41 63 61
Binary 10111101 10000011 111110 0 11111 1000011 11010 100001 110011 110001

Color Harmonies of #BD833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD833E

Black with #BD833E

Text Example


Text Example

White with #BD833E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD833E; }

 p { color: rgb(189,131,62); }

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

background-color css

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

 a { background-color: rgb(189,131,62); }

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

border-color css

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

 span { border-color: rgb(189,131,62); }

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