Html Css Color HEX #BB754D Brandy Punch

📋 copy color: '#BB754D'

red 187 ◦ green 117 ◦ blue 77

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

Shades of Brandy Punch #BB754D

Tints of Brandy Punch #BB754D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 49.08%
G = 30.71%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB754D (or 0xBB754D) is known color: Brandy Punch. HEX triplet: BB, 75 and 4D. RGB value is (187,117,77). Sum of RGB (Red+Green+Blue) = 187+117+77=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB754D is #448AB2. Grayscale: #858585. Windows color (decimal): -4491955 or 5076411. OLE color: 5076411.

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

Color convert

RGB 187 117 77 -
CMYK 0 0.37 0.59 0.27
HSL 21.82º 0.45% 0.52% -
HSV(B) 21.82º 0.59% 0.73% -
XYZ 28.19 23.82 10.13 -
YUV 133.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 187 117 77 0 0.37 0.59 0.27 21.82 0.45 0.52
Hex BB 75 4D 0 25 3B 1B 16 2D 34
Octal 273 165 115 0 45 73 33 26 55 64
Binary 10111011 1110101 1001101 0 100101 111011 11011 10110 101101 110100

Color Harmonies of #BB754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB754D

Black with #BB754D

Text Example


Text Example

White with #BB754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB754D; }

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

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

background-color css

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

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

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

border-color css

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

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

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