Html Css Color HEX #BF7B3C Brandy Punch

📋 copy color: '#BF7B3C'

red 191 ◦ green 123 ◦ blue 60

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

Shades of Brandy Punch #BF7B3C

Tints of Brandy Punch #BF7B3C

RGB

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

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

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

R = 51.07%
G = 32.89%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF7B3C (or 0xBF7B3C) is known color: Brandy Punch. HEX triplet: BF, 7B and 3C. RGB value is (191,123,60). Sum of RGB (Red+Green+Blue) = 191+123+60=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B3C is #4084C3. Grayscale: #888888. Windows color (decimal): -4228292 or 3963839. OLE color: 3963839.

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

Color convert

RGB 191 123 60 -
CMYK 0 0.36 0.69 0.25
HSL 28.85º 0.52% 0.49% -
HSV(B) 28.85º 0.69% 0.75% -
XYZ 29.38 25.57 7.66 -
YUV 136.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 191 123 60 0 0.36 0.69 0.25 28.85 0.52 0.49
Hex BF 7B 3C 0 24 45 19 1D 34 31
Octal 277 173 74 0 44 105 31 35 64 61
Binary 10111111 1111011 111100 0 100100 1000101 11001 11101 110100 110001

Color Harmonies of #BF7B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B3C

Black with #BF7B3C

Text Example


Text Example

White with #BF7B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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