Html Css Color HEX #BF7701 Dark Goldenrod

📋 copy color: '#BF7701'

red 191 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #BF7701

Tints of Dark Goldenrod #BF7701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 61.41%
G = 38.26%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF7701 (or 0xBF7701) is known color: Dark Goldenrod. HEX triplet: BF, 77 and 01. RGB value is (191,119,1). Sum of RGB (Red+Green+Blue) = 191+119+1=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7701 is #4088FE. Grayscale: #7F7F7F. Windows color (decimal): -4229375 or 96191. OLE color: 96191.

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

Color convert

RGB 191 119 1 -
CMYK 0 0.38 0.99 0.25
HSL 37.26º 0.99% 0.38% -
HSV(B) 37.26º 0.99% 0.75% -
XYZ 28.09 24.27 3.23 -
YUV 127.08 56.85 173.59 -
System Red Green Blue C M Y K H S L
Decimal 191 119 1 0 0.38 0.99 0.25 37.26 0.99 0.38
Hex BF 77 1 0 26 63 19 25 63 26
Octal 277 167 1 0 46 143 31 45 143 46
Binary 10111111 1110111 1 0 100110 1100011 11001 100101 1100011 100110

Color Harmonies of #BF7701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7701

Black with #BF7701

Text Example


Text Example

White with #BF7701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7701; }

 p { color: rgb(191,119,1); }

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

background-color css

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

 a { background-color: rgb(191,119,1); }

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

border-color css

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

 span { border-color: rgb(191,119,1); }

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