Html Css Color HEX #BC811A Dark Goldenrod

📋 copy color: '#BC811A'

red 188 ◦ green 129 ◦ blue 26

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

Shades of Dark Goldenrod #BC811A

Tints of Dark Goldenrod #BC811A

RGB

 RED value IS 188 (73.83% from 255) = 54.81%

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

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

R = 54.81%
G = 37.61%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC811A (or 0xBC811A) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 1A. RGB value is (188,129,26). Sum of RGB (Red+Green+Blue) = 188+129+26=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC811A is #437EE5. Grayscale: #878787. Windows color (decimal): -4423398 or 1737148. OLE color: 1737148.

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

Color convert

RGB 188 129 26 -
CMYK 0 0.31 0.86 0.26
HSL 38.15º 0.76% 0.42% -
HSV(B) 38.15º 0.86% 0.74% -
XYZ 28.78 26.47 4.57 -
YUV 134.9 66.55 165.88 -
System Red Green Blue C M Y K H S L
Decimal 188 129 26 0 0.31 0.86 0.26 38.15 0.76 0.42
Hex BC 81 1A 0 1F 56 1A 26 4C 2A
Octal 274 201 32 0 37 126 32 46 114 52
Binary 10111100 10000001 11010 0 11111 1010110 11010 100110 1001100 101010

Color Harmonies of #BC811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC811A

Black with #BC811A

Text Example


Text Example

White with #BC811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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