Html Css Color HEX #BFBC3D Old Gold

📋 copy color: '#BFBC3D'

red 191 ◦ green 188 ◦ blue 61

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

Shades of Old Gold #BFBC3D

Tints of Old Gold #BFBC3D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.73%

 BLUE value IS 61 (24.22% from 255) = 13.86%

R = 43.41%
G = 42.73%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BFBC3D (or 0xBFBC3D) is known color: Old Gold. HEX triplet: BF, BC and 3D. RGB value is (191,188,61). Sum of RGB (Red+Green+Blue) = 191+188+61=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC3D is #4043C2. Grayscale: #AEAEAE. Windows color (decimal): -4211651 or 4046015. OLE color: 4046015.

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

Color convert

RGB 191 188 61 -
CMYK 0 0.02 0.68 0.25
HSL 58.62º 0.52% 0.49% -
HSV(B) 58.62º 0.68% 0.75% -
XYZ 40.31 47.38 11.44 -
YUV 174.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 191 188 61 0 0.02 0.68 0.25 58.62 0.52 0.49
Hex BF BC 3D 0 2 44 19 3B 34 31
Octal 277 274 75 0 2 104 31 73 64 61
Binary 10111111 10111100 111101 0 10 1000100 11001 111011 110100 110001

Color Harmonies of #BFBC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC3D

Black with #BFBC3D

Text Example


Text Example

White with #BFBC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC3D; }

 p { color: rgb(191,188,61); }

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

background-color css

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

 a { background-color: rgb(191,188,61); }

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

border-color css

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

 span { border-color: rgb(191,188,61); }

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