Html Css Color HEX #BFBC30 Old Gold

📋 copy color: '#BFBC30'

red 191 ◦ green 188 ◦ blue 48

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

Shades of Old Gold #BFBC30

Tints of Old Gold #BFBC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.24%

R = 44.73%
G = 44.03%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFBC30 (or 0xBFBC30) is known color: Old Gold. HEX triplet: BF, BC and 30. RGB value is (191,188,48). Sum of RGB (Red+Green+Blue) = 191+188+48=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC30 is #4043CF. Grayscale: #ADADAD. Windows color (decimal): -4211664 or 3194047. OLE color: 3194047.

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

Color convert

RGB 191 188 48 -
CMYK 0 0.02 0.75 0.25
HSL 58.74º 0.6% 0.47% -
HSV(B) 58.74º 0.75% 0.75% -
XYZ 40 47.26 9.81 -
YUV 172.94 57.49 140.88 -
System Red Green Blue C M Y K H S L
Decimal 191 188 48 0 0.02 0.75 0.25 58.74 0.6 0.47
Hex BF BC 30 0 2 4B 19 3B 3C 2F
Octal 277 274 60 0 2 113 31 73 74 57
Binary 10111111 10111100 110000 0 10 1001011 11001 111011 111100 101111

Color Harmonies of #BFBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC30

Black with #BFBC30

Text Example


Text Example

White with #BFBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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