Html Css Color HEX #BB7F3A Brandy Punch

📋 copy color: '#BB7F3A'

red 187 ◦ green 127 ◦ blue 58

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

Shades of Brandy Punch #BB7F3A

Tints of Brandy Punch #BB7F3A

RGB

 RED value IS 187 (73.44% from 255) = 50.27%

 GREEN value IS 127 (50% from 255) = 34.14%

 BLUE value IS 58 (23.05% from 255) = 15.59%

R = 50.27%
G = 34.14%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB7F3A (or 0xBB7F3A) is known color: Brandy Punch. HEX triplet: BB, 7F and 3A. RGB value is (187,127,58). Sum of RGB (Red+Green+Blue) = 187+127+58=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7F3A is #4480C5. Grayscale: #898989. Windows color (decimal): -4489414 or 3833787. OLE color: 3833787.

HSL color Cylindrical-coordinate representation of color #BB7F3A: hue angle of 32.09º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB7F3A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 127 58 -
CMYK 0 0.32 0.69 0.27
HSL 32.09º 0.53% 0.48% -
HSV(B) 32.09º 0.69% 0.73% -
XYZ 28.85 26.05 7.51 -
YUV 137.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 187 127 58 0 0.32 0.69 0.27 32.09 0.53 0.48
Hex BB 7F 3A 0 20 45 1B 20 35 30
Octal 273 177 72 0 40 105 33 40 65 60
Binary 10111011 1111111 111010 0 100000 1000101 11011 100000 110101 110000

Color Harmonies of #BB7F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F3A

Black with #BB7F3A

Text Example


Text Example

White with #BB7F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F3A; }

 p { color: rgb(187,127,58); }

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

background-color css

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

 a { background-color: rgb(187,127,58); }

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

border-color css

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

 span { border-color: rgb(187,127,58); }

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