Html Css Color HEX #BB814B Brandy Punch

📋 copy color: '#BB814B'

red 187 ◦ green 129 ◦ blue 75

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

Shades of Brandy Punch #BB814B

Tints of Brandy Punch #BB814B

RGB

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

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

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

R = 47.83%
G = 32.99%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB814B (or 0xBB814B) is known color: Brandy Punch. HEX triplet: BB, 81 and 4B. RGB value is (187,129,75). Sum of RGB (Red+Green+Blue) = 187+129+75=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB814B is #447EB4. Grayscale: #8C8C8C. Windows color (decimal): -4488885 or 4948411. OLE color: 4948411.

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

Color convert

RGB 187 129 75 -
CMYK 0 0.31 0.60 0.27
HSL 28.93º 0.45% 0.51% -
HSV(B) 28.93º 0.6% 0.73% -
XYZ 29.61 26.77 10.26 -
YUV 140.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 187 129 75 0 0.31 0.60 0.27 28.93 0.45 0.51
Hex BB 81 4B 0 1F 3C 1B 1D 2D 33
Octal 273 201 113 0 37 74 33 35 55 63
Binary 10111011 10000001 1001011 0 11111 111100 11011 11101 101101 110011

Color Harmonies of #BB814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB814B

Black with #BB814B

Text Example


Text Example

White with #BB814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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