Html Css Color HEX #BF7C02 Dark Goldenrod

📋 copy color: '#BF7C02'

red 191 ◦ green 124 ◦ blue 2

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

Shades of Dark Goldenrod #BF7C02

Tints of Dark Goldenrod #BF7C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.12%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 60.25%
G = 39.12%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF7C02 (or 0xBF7C02) is known color: Dark Goldenrod. HEX triplet: BF, 7C and 02. RGB value is (191,124,2). Sum of RGB (Red+Green+Blue) = 191+124+2=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7C02 is #4083FD. Grayscale: #828282. Windows color (decimal): -4228094 or 163007. OLE color: 163007.

HSL color Cylindrical-coordinate representation of color #BF7C02: hue angle of 38.73º degrees, saturation: 0.98, 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 #BF7C02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 124 2 -
CMYK 0 0.35 0.99 0.25
HSL 38.73º 0.98% 0.38% -
HSV(B) 38.73º 0.99% 0.75% -
XYZ 28.7 25.5 3.47 -
YUV 130.13 55.7 171.42 -
System Red Green Blue C M Y K H S L
Decimal 191 124 2 0 0.35 0.99 0.25 38.73 0.98 0.38
Hex BF 7C 2 0 23 63 19 27 62 26
Octal 277 174 2 0 43 143 31 47 142 46
Binary 10111111 1111100 10 0 100011 1100011 11001 100111 1100010 100110

Color Harmonies of #BF7C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C02

Black with #BF7C02

Text Example


Text Example

White with #BF7C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C02; }

 p { color: rgb(191,124,2); }

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

background-color css

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

 a { background-color: rgb(191,124,2); }

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

border-color css

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

 span { border-color: rgb(191,124,2); }

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