Html Css Color HEX #BF7B3D Brandy Punch

📋 copy color: '#BF7B3D'

red 191 ◦ green 123 ◦ blue 61

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

Shades of Brandy Punch #BF7B3D

Tints of Brandy Punch #BF7B3D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

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

R = 50.93%
G = 32.8%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF7B3D (or 0xBF7B3D) is known color: Brandy Punch. HEX triplet: BF, 7B and 3D. RGB value is (191,123,61). Sum of RGB (Red+Green+Blue) = 191+123+61=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B3D is #4084C2. Grayscale: #888888. Windows color (decimal): -4228291 or 4029375. OLE color: 4029375.

HSL color Cylindrical-coordinate representation of color #BF7B3D: hue angle of 28.62º 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 #BF7B3D is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 123 61 -
CMYK 0 0.36 0.68 0.25
HSL 28.62º 0.52% 0.49% -
HSV(B) 28.62º 0.68% 0.75% -
XYZ 29.41 25.58 7.8 -
YUV 136.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 191 123 61 0 0.36 0.68 0.25 28.62 0.52 0.49
Hex BF 7B 3D 0 24 44 19 1D 34 31
Octal 277 173 75 0 44 104 31 35 64 61
Binary 10111111 1111011 111101 0 100100 1000100 11001 11101 110100 110001

Color Harmonies of #BF7B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B3D

Black with #BF7B3D

Text Example


Text Example

White with #BF7B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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