Html Css Color HEX #BE854B Brandy Punch

📋 copy color: '#BE854B'

red 190 ◦ green 133 ◦ blue 75

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

Shades of Brandy Punch #BE854B

Tints of Brandy Punch #BE854B

RGB

 RED value IS 190 (74.61% from 255) = 47.74%

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 47.74%
G = 33.42%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE854B (or 0xBE854B) is known color: Brandy Punch. HEX triplet: BE, 85 and 4B. RGB value is (190,133,75). Sum of RGB (Red+Green+Blue) = 190+133+75=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE854B is #417AB4. Grayscale: #8F8F8F. Windows color (decimal): -4291253 or 4949438. OLE color: 4949438.

HSL color Cylindrical-coordinate representation of color #BE854B: hue angle of 30.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE854B is Cyan = 0, Magento = 0.3, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 133 75 -
CMYK 0 0.3 0.61 0.25
HSL 30.26º 0.47% 0.52% -
HSV(B) 30.26º 0.61% 0.75% -
XYZ 30.89 28.23 10.48 -
YUV 143.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 190 133 75 0 0.3 0.61 0.25 30.26 0.47 0.52
Hex BE 85 4B 0 1E 3D 19 1E 2F 34
Octal 276 205 113 0 36 75 31 36 57 64
Binary 10111110 10000101 1001011 0 11110 111101 11001 11110 101111 110100

Color Harmonies of #BE854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE854B

Black with #BE854B

Text Example


Text Example

White with #BE854B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE854B; }

 p { color: rgb(190,133,75); }

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

background-color css

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

 a { background-color: rgb(190,133,75); }

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

border-color css

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

 span { border-color: rgb(190,133,75); }

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