Html Css Color HEX #BB7D3E Brandy Punch

📋 copy color: '#BB7D3E'

red 187 ◦ green 125 ◦ blue 62

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

Shades of Brandy Punch #BB7D3E

Tints of Brandy Punch #BB7D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.58%

R = 50%
G = 33.42%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB7D3E (or 0xBB7D3E) is known color: Brandy Punch. HEX triplet: BB, 7D and 3E. RGB value is (187,125,62). Sum of RGB (Red+Green+Blue) = 187+125+62=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D3E is #4482C1. Grayscale: #888888. Windows color (decimal): -4489922 or 4095419. OLE color: 4095419.

HSL color Cylindrical-coordinate representation of color #BB7D3E: hue angle of 30.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB7D3E is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 125 62 -
CMYK 0 0.33 0.67 0.27
HSL 30.24º 0.5% 0.49% -
HSV(B) 30.24º 0.67% 0.73% -
XYZ 28.7 25.58 7.98 -
YUV 136.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 187 125 62 0 0.33 0.67 0.27 30.24 0.5 0.49
Hex BB 7D 3E 0 21 43 1B 1E 32 31
Octal 273 175 76 0 41 103 33 36 62 61
Binary 10111011 1111101 111110 0 100001 1000011 11011 11110 110010 110001

Color Harmonies of #BB7D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D3E

Black with #BB7D3E

Text Example


Text Example

White with #BB7D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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