Html Css Color HEX #BF833C Brandy Punch

📋 copy color: '#BF833C'

red 191 ◦ green 131 ◦ blue 60

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

Shades of Brandy Punch #BF833C

Tints of Brandy Punch #BF833C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.71%

R = 50%
G = 34.29%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF833C (or 0xBF833C) is known color: Brandy Punch. HEX triplet: BF, 83 and 3C. RGB value is (191,131,60). Sum of RGB (Red+Green+Blue) = 191+131+60=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF833C is #407CC3. Grayscale: #8D8D8D. Windows color (decimal): -4226244 or 3965887. OLE color: 3965887.

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

Color convert

RGB 191 131 60 -
CMYK 0 0.31 0.69 0.25
HSL 32.52º 0.52% 0.49% -
HSV(B) 32.52º 0.69% 0.75% -
XYZ 30.42 27.64 8.01 -
YUV 140.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 191 131 60 0 0.31 0.69 0.25 32.52 0.52 0.49
Hex BF 83 3C 0 1F 45 19 21 34 31
Octal 277 203 74 0 37 105 31 41 64 61
Binary 10111111 10000011 111100 0 11111 1000101 11001 100001 110100 110001

Color Harmonies of #BF833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF833C

Black with #BF833C

Text Example


Text Example

White with #BF833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF833C; }

 p { color: rgb(191,131,60); }

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

background-color css

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

 a { background-color: rgb(191,131,60); }

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

border-color css

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

 span { border-color: rgb(191,131,60); }

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