Html Css Color HEX #BF7B14 Dark Goldenrod

📋 copy color: '#BF7B14'

red 191 ◦ green 123 ◦ blue 20

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

Shades of Dark Goldenrod #BF7B14

Tints of Dark Goldenrod #BF7B14

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 57.19%
G = 36.83%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF7B14 (or 0xBF7B14) is known color: Dark Goldenrod. HEX triplet: BF, 7B and 14. RGB value is (191,123,20). Sum of RGB (Red+Green+Blue) = 191+123+20=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7B14 is #4084EB. Grayscale: #848484. Windows color (decimal): -4228332 or 1342399. OLE color: 1342399.

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

Color convert

RGB 191 123 20 -
CMYK 0 0.36 0.90 0.25
HSL 36.14º 0.81% 0.41% -
HSV(B) 36.14º 0.9% 0.75% -
XYZ 28.7 25.29 4.03 -
YUV 131.59 65.03 170.38 -
System Red Green Blue C M Y K H S L
Decimal 191 123 20 0 0.36 0.90 0.25 36.14 0.81 0.41
Hex BF 7B 14 0 24 5A 19 24 51 29
Octal 277 173 24 0 44 132 31 44 121 51
Binary 10111111 1111011 10100 0 100100 1011010 11001 100100 1010001 101001

Color Harmonies of #BF7B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B14

Black with #BF7B14

Text Example


Text Example

White with #BF7B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B14; }

 p { color: rgb(191,123,20); }

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

background-color css

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

 a { background-color: rgb(191,123,20); }

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

border-color css

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

 span { border-color: rgb(191,123,20); }

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