Html Css Color HEX #BF7F0D Dark Goldenrod

📋 copy color: '#BF7F0D'

red 191 ◦ green 127 ◦ blue 13

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

Shades of Dark Goldenrod #BF7F0D

Tints of Dark Goldenrod #BF7F0D

RGB

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

 GREEN value IS 127 (50% from 255) = 38.37%

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 57.7%
G = 38.37%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF7F0D (or 0xBF7F0D) is known color: Dark Goldenrod. HEX triplet: BF, 7F and 0D. RGB value is (191,127,13). Sum of RGB (Red+Green+Blue) = 191+127+13=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7F0D is #4080F2. Grayscale: #858585. Windows color (decimal): -4227315 or 884671. OLE color: 884671.

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

Color convert

RGB 191 127 13 -
CMYK 0 0.34 0.93 0.25
HSL 38.43º 0.87% 0.4% -
HSV(B) 38.43º 0.93% 0.75% -
XYZ 29.15 26.28 3.92 -
YUV 133.14 60.2 169.27 -
System Red Green Blue C M Y K H S L
Decimal 191 127 13 0 0.34 0.93 0.25 38.43 0.87 0.4
Hex BF 7F D 0 22 5D 19 26 57 28
Octal 277 177 15 0 42 135 31 46 127 50
Binary 10111111 1111111 1101 0 100010 1011101 11001 100110 1010111 101000

Color Harmonies of #BF7F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F0D

Black with #BF7F0D

Text Example


Text Example

White with #BF7F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F0D; }

 p { color: rgb(191,127,13); }

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

background-color css

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

 a { background-color: rgb(191,127,13); }

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

border-color css

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

 span { border-color: rgb(191,127,13); }

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