Html Css Color HEX #BD833F Brandy Punch

📋 copy color: '#BD833F'

red 189 ◦ green 131 ◦ blue 63

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

Shades of Brandy Punch #BD833F

Tints of Brandy Punch #BD833F

RGB

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

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

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

R = 49.35%
G = 34.2%
B = 16.45%

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

#BD833F (or 0xBD833F) is known color: Brandy Punch. HEX triplet: BD, 83 and 3F. RGB value is (189,131,63). Sum of RGB (Red+Green+Blue) = 189+131+63=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD833F is #427CC0. Grayscale: #8C8C8C. Windows color (decimal): -4357313 or 4162493. OLE color: 4162493.

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

Color convert

RGB 189 131 63 -
CMYK 0 0.31 0.67 0.26
HSL 32.38º 0.5% 0.49% -
HSV(B) 32.38º 0.67% 0.74% -
XYZ 30 27.41 8.41 -
YUV 140.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 189 131 63 0 0.31 0.67 0.26 32.38 0.5 0.49
Hex BD 83 3F 0 1F 43 1A 20 32 31
Octal 275 203 77 0 37 103 32 40 62 61
Binary 10111101 10000011 111111 0 11111 1000011 11010 100000 110010 110001

Color Harmonies of #BD833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD833F

Black with #BD833F

Text Example


Text Example

White with #BD833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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