Html Css Color HEX #BF7B3E Brandy Punch

📋 copy color: '#BF7B3E'

red 191 ◦ green 123 ◦ blue 62

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

Shades of Brandy Punch #BF7B3E

Tints of Brandy Punch #BF7B3E

RGB

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

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

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

R = 50.8%
G = 32.71%
B = 16.49%

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

#BF7B3E (or 0xBF7B3E) is known color: Brandy Punch. HEX triplet: BF, 7B and 3E. RGB value is (191,123,62). Sum of RGB (Red+Green+Blue) = 191+123+62=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B3E is #4084C1. Grayscale: #888888. Windows color (decimal): -4228290 or 4094911. OLE color: 4094911.

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

Color convert

RGB 191 123 62 -
CMYK 0 0.36 0.68 0.25
HSL 28.37º 0.51% 0.5% -
HSV(B) 28.37º 0.68% 0.75% -
XYZ 29.44 25.59 7.95 -
YUV 136.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 191 123 62 0 0.36 0.68 0.25 28.37 0.51 0.5
Hex BF 7B 3E 0 24 44 19 1C 33 32
Octal 277 173 76 0 44 104 31 34 63 62
Binary 10111111 1111011 111110 0 100100 1000100 11001 11100 110011 110010

Color Harmonies of #BF7B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B3E

Black with #BF7B3E

Text Example


Text Example

White with #BF7B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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