Html Css Color HEX #BE831A Dark Goldenrod

📋 copy color: '#BE831A'

red 190 ◦ green 131 ◦ blue 26

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

Shades of Dark Goldenrod #BE831A

Tints of Dark Goldenrod #BE831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

 BLUE value IS 26 (10.55% from 255) = 7.49%

R = 54.76%
G = 37.75%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE831A (or 0xBE831A) is known color: Dark Goldenrod. HEX triplet: BE, 83 and 1A. RGB value is (190,131,26). Sum of RGB (Red+Green+Blue) = 190+131+26=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE831A is #417CE5. Grayscale: #898989. Windows color (decimal): -4291814 or 1737662. OLE color: 1737662.

HSL color Cylindrical-coordinate representation of color #BE831A: hue angle of 38.41º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE831A is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 131 26 -
CMYK 0 0.31 0.86 0.25
HSL 38.41º 0.76% 0.42% -
HSV(B) 38.41º 0.86% 0.75% -
XYZ 29.54 27.25 4.68 -
YUV 136.67 65.55 166.04 -
System Red Green Blue C M Y K H S L
Decimal 190 131 26 0 0.31 0.86 0.25 38.41 0.76 0.42
Hex BE 83 1A 0 1F 56 19 26 4C 2A
Octal 276 203 32 0 37 126 31 46 114 52
Binary 10111110 10000011 11010 0 11111 1010110 11001 100110 1001100 101010

Color Harmonies of #BE831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE831A

Black with #BE831A

Text Example


Text Example

White with #BE831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE831A; }

 p { color: rgb(190,131,26); }

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

background-color css

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

 a { background-color: rgb(190,131,26); }

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

border-color css

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

 span { border-color: rgb(190,131,26); }

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