Html Css Color HEX #BB754B Brandy Punch

📋 copy color: '#BB754B'

red 187 ◦ green 117 ◦ blue 75

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

Shades of Brandy Punch #BB754B

Tints of Brandy Punch #BB754B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 49.34%
G = 30.87%
B = 19.79%

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

#BB754B (or 0xBB754B) is known color: Brandy Punch. HEX triplet: BB, 75 and 4B. RGB value is (187,117,75). Sum of RGB (Red+Green+Blue) = 187+117+75=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB754B is #448AB4. Grayscale: #858585. Windows color (decimal): -4491957 or 4945339. OLE color: 4945339.

HSL color Cylindrical-coordinate representation of color #BB754B: hue angle of 22.5º 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 #BB754B is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 117 75 -
CMYK 0 0.37 0.60 0.27
HSL 22.5º 0.45% 0.51% -
HSV(B) 22.5º 0.6% 0.73% -
XYZ 28.12 23.8 9.77 -
YUV 133.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 187 117 75 0 0.37 0.60 0.27 22.5 0.45 0.51
Hex BB 75 4B 0 25 3C 1B 16 2D 33
Octal 273 165 113 0 45 74 33 26 55 63
Binary 10111011 1110101 1001011 0 100101 111100 11011 10110 101101 110011

Color Harmonies of #BB754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB754B

Black with #BB754B

Text Example


Text Example

White with #BB754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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