Html Css Color HEX #BB754A Brandy Punch

📋 copy color: '#BB754A'

red 187 ◦ green 117 ◦ blue 74

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

Shades of Brandy Punch #BB754A

Tints of Brandy Punch #BB754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 49.47%
G = 30.95%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB754A (or 0xBB754A) is known color: Brandy Punch. HEX triplet: BB, 75 and 4A. RGB value is (187,117,74). Sum of RGB (Red+Green+Blue) = 187+117+74=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB754A is #448AB5. Grayscale: #858585. Windows color (decimal): -4491958 or 4879803. OLE color: 4879803.

HSL color Cylindrical-coordinate representation of color #BB754A: hue angle of 22.83º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB754A is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 117 74 -
CMYK 0 0.37 0.60 0.27
HSL 22.83º 0.45% 0.51% -
HSV(B) 22.83º 0.6% 0.73% -
XYZ 28.09 23.78 9.59 -
YUV 133.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 187 117 74 0 0.37 0.60 0.27 22.83 0.45 0.51
Hex BB 75 4A 0 25 3C 1B 17 2D 33
Octal 273 165 112 0 45 74 33 27 55 63
Binary 10111011 1110101 1001010 0 100101 111100 11011 10111 101101 110011

Color Harmonies of #BB754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB754A

Black with #BB754A

Text Example


Text Example

White with #BB754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB754A; }

 p { color: rgb(187,117,74); }

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

background-color css

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

 a { background-color: rgb(187,117,74); }

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

border-color css

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

 span { border-color: rgb(187,117,74); }

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