Html Css Color HEX #BF831A Dark Goldenrod

📋 copy color: '#BF831A'

red 191 ◦ green 131 ◦ blue 26

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

Shades of Dark Goldenrod #BF831A

Tints of Dark Goldenrod #BF831A

RGB

 RED value IS 191 (75% from 255) = 54.89%

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

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

R = 54.89%
G = 37.64%
B = 7.47%

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

#BF831A (or 0xBF831A) is known color: Dark Goldenrod. HEX triplet: BF, 83 and 1A. RGB value is (191,131,26). Sum of RGB (Red+Green+Blue) = 191+131+26=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF831A is #407CE5. Grayscale: #898989. Windows color (decimal): -4226278 or 1737663. OLE color: 1737663.

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

Color convert

RGB 191 131 26 -
CMYK 0 0.31 0.86 0.25
HSL 38.18º 0.76% 0.43% -
HSV(B) 38.18º 0.86% 0.75% -
XYZ 29.79 27.38 4.69 -
YUV 136.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 191 131 26 0 0.31 0.86 0.25 38.18 0.76 0.43
Hex BF 83 1A 0 1F 56 19 26 4C 2B
Octal 277 203 32 0 37 126 31 46 114 53
Binary 10111111 10000011 11010 0 11111 1010110 11001 100110 1001100 101011

Color Harmonies of #BF831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF831A

Black with #BF831A

Text Example


Text Example

White with #BF831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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