Html Css Color HEX #BB7D3A Brandy Punch

📋 copy color: '#BB7D3A'

red 187 ◦ green 125 ◦ blue 58

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

Shades of Brandy Punch #BB7D3A

Tints of Brandy Punch #BB7D3A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.78%

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

R = 50.54%
G = 33.78%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB7D3A (or 0xBB7D3A) is known color: Brandy Punch. HEX triplet: BB, 7D and 3A. RGB value is (187,125,58). Sum of RGB (Red+Green+Blue) = 187+125+58=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D3A is #4482C5. Grayscale: #888888. Windows color (decimal): -4489926 or 3833275. OLE color: 3833275.

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

Color convert

RGB 187 125 58 -
CMYK 0 0.33 0.69 0.27
HSL 31.16º 0.53% 0.48% -
HSV(B) 31.16º 0.69% 0.73% -
XYZ 28.59 25.54 7.43 -
YUV 135.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 187 125 58 0 0.33 0.69 0.27 31.16 0.53 0.48
Hex BB 7D 3A 0 21 45 1B 1F 35 30
Octal 273 175 72 0 41 105 33 37 65 60
Binary 10111011 1111101 111010 0 100001 1000101 11011 11111 110101 110000

Color Harmonies of #BB7D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D3A

Black with #BB7D3A

Text Example


Text Example

White with #BB7D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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