Html Css Color HEX #BB814D Brandy Punch

📋 copy color: '#BB814D'

red 187 ◦ green 129 ◦ blue 77

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

Shades of Brandy Punch #BB814D

Tints of Brandy Punch #BB814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

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

R = 47.58%
G = 32.82%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB814D (or 0xBB814D) is known color: Brandy Punch. HEX triplet: BB, 81 and 4D. RGB value is (187,129,77). Sum of RGB (Red+Green+Blue) = 187+129+77=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB814D is #447EB2. Grayscale: #8C8C8C. Windows color (decimal): -4488883 or 5079483. OLE color: 5079483.

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

Color convert

RGB 187 129 77 -
CMYK 0 0.31 0.59 0.27
HSL 28.36º 0.45% 0.52% -
HSV(B) 28.36º 0.59% 0.73% -
XYZ 29.68 26.8 10.63 -
YUV 140.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 187 129 77 0 0.31 0.59 0.27 28.36 0.45 0.52
Hex BB 81 4D 0 1F 3B 1B 1C 2D 34
Octal 273 201 115 0 37 73 33 34 55 64
Binary 10111011 10000001 1001101 0 11111 111011 11011 11100 101101 110100

Color Harmonies of #BB814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB814D

Black with #BB814D

Text Example


Text Example

White with #BB814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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