Html Css Color HEX #B7814A Brandy Punch

📋 copy color: '#B7814A'

red 183 ◦ green 129 ◦ blue 74

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

Shades of Brandy Punch #B7814A

Tints of Brandy Punch #B7814A

RGB

 RED value IS 183 (71.88% from 255) = 47.41%

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

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 47.41%
G = 33.42%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7814A (or 0xB7814A) is known color: Brandy Punch. HEX triplet: B7, 81 and 4A. RGB value is (183,129,74). Sum of RGB (Red+Green+Blue) = 183+129+74=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7814A is #487EB5. Grayscale: #8B8B8B. Windows color (decimal): -4751030 or 4882871. OLE color: 4882871.

HSL color Cylindrical-coordinate representation of color #B7814A: hue angle of 30.28º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7814A is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 129 74 -
CMYK 0 0.30 0.60 0.28
HSL 30.28º 0.43% 0.5% -
HSV(B) 30.28º 0.6% 0.72% -
XYZ 28.61 26.26 10.04 -
YUV 138.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 183 129 74 0 0.30 0.60 0.28 30.28 0.43 0.5
Hex B7 81 4A 0 1E 3C 1C 1E 2B 32
Octal 267 201 112 0 36 74 34 36 53 62
Binary 10110111 10000001 1001010 0 11110 111100 11100 11110 101011 110010

Color Harmonies of #B7814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7814A

Black with #B7814A

Text Example


Text Example

White with #B7814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7814A; }

 p { color: rgb(183,129,74); }

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

background-color css

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

 a { background-color: rgb(183,129,74); }

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

border-color css

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

 span { border-color: rgb(183,129,74); }

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