Html Css Color HEX #BB7A3A Brandy Punch

📋 copy color: '#BB7A3A'

red 187 ◦ green 122 ◦ blue 58

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

Shades of Brandy Punch #BB7A3A

Tints of Brandy Punch #BB7A3A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

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

R = 50.95%
G = 33.24%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB7A3A (or 0xBB7A3A) is known color: Brandy Punch. HEX triplet: BB, 7A and 3A. RGB value is (187,122,58). Sum of RGB (Red+Green+Blue) = 187+122+58=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A3A is #4485C5. Grayscale: #868686. Windows color (decimal): -4490694 or 3832507. OLE color: 3832507.

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

Color convert

RGB 187 122 58 -
CMYK 0 0.35 0.69 0.27
HSL 29.77º 0.53% 0.48% -
HSV(B) 29.77º 0.69% 0.73% -
XYZ 28.22 24.79 7.3 -
YUV 134.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 187 122 58 0 0.35 0.69 0.27 29.77 0.53 0.48
Hex BB 7A 3A 0 23 45 1B 1E 35 30
Octal 273 172 72 0 43 105 33 36 65 60
Binary 10111011 1111010 111010 0 100011 1000101 11011 11110 110101 110000

Color Harmonies of #BB7A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A3A

Black with #BB7A3A

Text Example


Text Example

White with #BB7A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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