Html Css Color HEX #BF920F Dark Goldenrod

📋 copy color: '#BF920F'

red 191 ◦ green 146 ◦ blue 15

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

Shades of Dark Goldenrod #BF920F

Tints of Dark Goldenrod #BF920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.48%

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 54.26%
G = 41.48%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF920F (or 0xBF920F) is known color: Dark Goldenrod. HEX triplet: BF, 92 and 0F. RGB value is (191,146,15). Sum of RGB (Red+Green+Blue) = 191+146+15=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF920F is #406DF0. Grayscale: #919191. Windows color (decimal): -4222449 or 1020607. OLE color: 1020607.

HSL color Cylindrical-coordinate representation of color #BF920F: hue angle of 44.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF920F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 146 15 -
CMYK 0 0.24 0.92 0.25
HSL 44.66º 0.85% 0.4% -
HSV(B) 44.66º 0.92% 0.75% -
XYZ 31.85 31.67 4.89 -
YUV 144.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 191 146 15 0 0.24 0.92 0.25 44.66 0.85 0.4
Hex BF 92 F 0 18 5C 19 2D 55 28
Octal 277 222 17 0 30 134 31 55 125 50
Binary 10111111 10010010 1111 0 11000 1011100 11001 101101 1010101 101000

Color Harmonies of #BF920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF920F

Black with #BF920F

Text Example


Text Example

White with #BF920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF920F; }

 p { color: rgb(191,146,15); }

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

background-color css

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

 a { background-color: rgb(191,146,15); }

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

border-color css

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

 span { border-color: rgb(191,146,15); }

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