Html Css Color HEX #BE811A Dark Goldenrod

📋 copy color: '#BE811A'

red 190 ◦ green 129 ◦ blue 26

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

Shades of Dark Goldenrod #BE811A

Tints of Dark Goldenrod #BE811A

RGB

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

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

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

R = 55.07%
G = 37.39%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE811A (or 0xBE811A) is known color: Dark Goldenrod. HEX triplet: BE, 81 and 1A. RGB value is (190,129,26). Sum of RGB (Red+Green+Blue) = 190+129+26=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE811A is #417EE5. Grayscale: #878787. Windows color (decimal): -4292326 or 1737150. OLE color: 1737150.

HSL color Cylindrical-coordinate representation of color #BE811A: hue angle of 37.68º 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 #BE811A is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 129 26 -
CMYK 0 0.32 0.86 0.25
HSL 37.68º 0.76% 0.42% -
HSV(B) 37.68º 0.86% 0.75% -
XYZ 29.27 26.72 4.59 -
YUV 135.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 190 129 26 0 0.32 0.86 0.25 37.68 0.76 0.42
Hex BE 81 1A 0 20 56 19 26 4C 2A
Octal 276 201 32 0 40 126 31 46 114 52
Binary 10111110 10000001 11010 0 100000 1010110 11001 100110 1001100 101010

Color Harmonies of #BE811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE811A

Black with #BE811A

Text Example


Text Example

White with #BE811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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