Html Css Color HEX #BF7A00 Dark Goldenrod

📋 copy color: '#BF7A00'

red 191 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #BF7A00

Tints of Dark Goldenrod #BF7A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.02%
G = 38.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF7A00 (or 0xBF7A00) is known color: Dark Goldenrod. HEX triplet: BF, 7A and 00. RGB value is (191,122,0). Sum of RGB (Red+Green+Blue) = 191+122+0=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7A00 is #4085FF. Grayscale: #818181. Windows color (decimal): -4228608 or 31423. OLE color: 31423.

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

Color convert

RGB 191 122 0 -
CMYK 0 0.36 1 0.25
HSL 38.32º 1% 0.37% -
HSV(B) 38.32º 1% 0.75% -
XYZ 28.45 25 3.33 -
YUV 128.72 55.36 172.42 -
System Red Green Blue C M Y K H S L
Decimal 191 122 0 0 0.36 1 0.25 38.32 1 0.37
Hex BF 7A 0 0 24 64 19 26 64 25
Octal 277 172 0 0 44 144 31 46 144 45
Binary 10111111 1111010 0 0 100100 1100100 11001 100110 1100100 100101

Color Harmonies of #BF7A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A00

Black with #BF7A00

Text Example


Text Example

White with #BF7A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A00; }

 p { color: rgb(191,122,0); }

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

background-color css

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

 a { background-color: rgb(191,122,0); }

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

border-color css

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

 span { border-color: rgb(191,122,0); }

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