Html Css Color HEX #BF841B Dark Goldenrod

📋 copy color: '#BF841B'

red 191 ◦ green 132 ◦ blue 27

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

Shades of Dark Goldenrod #BF841B

Tints of Dark Goldenrod #BF841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 54.57%
G = 37.71%
B = 7.71%

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

#BF841B (or 0xBF841B) is known color: Dark Goldenrod. HEX triplet: BF, 84 and 1B. RGB value is (191,132,27). Sum of RGB (Red+Green+Blue) = 191+132+27=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF841B is #407BE4. Grayscale: #8A8A8A. Windows color (decimal): -4226021 or 1803455. OLE color: 1803455.

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

Color convert

RGB 191 132 27 -
CMYK 0 0.31 0.86 0.25
HSL 38.41º 0.75% 0.43% -
HSV(B) 38.41º 0.86% 0.75% -
XYZ 29.93 27.66 4.8 -
YUV 137.67 65.55 166.04 -
System Red Green Blue C M Y K H S L
Decimal 191 132 27 0 0.31 0.86 0.25 38.41 0.75 0.43
Hex BF 84 1B 0 1F 56 19 26 4B 2B
Octal 277 204 33 0 37 126 31 46 113 53
Binary 10111111 10000100 11011 0 11111 1010110 11001 100110 1001011 101011

Color Harmonies of #BF841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF841B

Black with #BF841B

Text Example


Text Example

White with #BF841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF841B; }

 p { color: rgb(191,132,27); }

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

background-color css

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

 a { background-color: rgb(191,132,27); }

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

border-color css

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

 span { border-color: rgb(191,132,27); }

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