Html Css Color HEX #BF821B Dark Goldenrod

📋 copy color: '#BF821B'

red 191 ◦ green 130 ◦ blue 27

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

Shades of Dark Goldenrod #BF821B

Tints of Dark Goldenrod #BF821B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

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

R = 54.89%
G = 37.36%
B = 7.76%

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

#BF821B (or 0xBF821B) is known color: Dark Goldenrod. HEX triplet: BF, 82 and 1B. RGB value is (191,130,27). Sum of RGB (Red+Green+Blue) = 191+130+27=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF821B is #407DE4. Grayscale: #888888. Windows color (decimal): -4226533 or 1802943. OLE color: 1802943.

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

Color convert

RGB 191 130 27 -
CMYK 0 0.32 0.86 0.25
HSL 37.68º 0.75% 0.43% -
HSV(B) 37.68º 0.86% 0.75% -
XYZ 29.67 27.12 4.71 -
YUV 136.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 191 130 27 0 0.32 0.86 0.25 37.68 0.75 0.43
Hex BF 82 1B 0 20 56 19 26 4B 2B
Octal 277 202 33 0 40 126 31 46 113 53
Binary 10111111 10000010 11011 0 100000 1010110 11001 100110 1001011 101011

Color Harmonies of #BF821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF821B

Black with #BF821B

Text Example


Text Example

White with #BF821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF821B; }

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

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

background-color css

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

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

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

border-color css

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

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

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