Html Css Color HEX #BF803D Brandy Punch

📋 copy color: '#BF803D'

red 191 ◦ green 128 ◦ blue 61

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

Shades of Brandy Punch #BF803D

Tints of Brandy Punch #BF803D

RGB

 RED value IS 191 (75% from 255) = 50.26%

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 61 (24.22% from 255) = 16.05%

R = 50.26%
G = 33.68%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF803D (or 0xBF803D) is known color: Brandy Punch. HEX triplet: BF, 80 and 3D. RGB value is (191,128,61). Sum of RGB (Red+Green+Blue) = 191+128+61=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF803D is #407FC2. Grayscale: #8B8B8B. Windows color (decimal): -4227011 or 4030655. OLE color: 4030655.

HSL color Cylindrical-coordinate representation of color #BF803D: hue angle of 30.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF803D is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 61 -
CMYK 0 0.33 0.68 0.25
HSL 30.92º 0.52% 0.49% -
HSV(B) 30.92º 0.68% 0.75% -
XYZ 30.05 26.85 8.01 -
YUV 139.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 191 128 61 0 0.33 0.68 0.25 30.92 0.52 0.49
Hex BF 80 3D 0 21 44 19 1F 34 31
Octal 277 200 75 0 41 104 31 37 64 61
Binary 10111111 10000000 111101 0 100001 1000100 11001 11111 110100 110001

Color Harmonies of #BF803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF803D

Black with #BF803D

Text Example


Text Example

White with #BF803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF803D; }

 p { color: rgb(191,128,61); }

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

background-color css

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

 a { background-color: rgb(191,128,61); }

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

border-color css

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

 span { border-color: rgb(191,128,61); }

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