Html Css Color HEX #BFBA36 Old Gold

📋 copy color: '#BFBA36'

red 191 ◦ green 186 ◦ blue 54

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

Shades of Old Gold #BFBA36

Tints of Old Gold #BFBA36

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.16%

 BLUE value IS 54 (21.48% from 255) = 12.53%

R = 44.32%
G = 43.16%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFBA36 (or 0xBFBA36) is known color: Old Gold. HEX triplet: BF, BA and 36. RGB value is (191,186,54). Sum of RGB (Red+Green+Blue) = 191+186+54=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 54 (21.48% from 255 or 12.53% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA36 is #4045C9. Grayscale: #ACACAC. Windows color (decimal): -4212170 or 3586751. OLE color: 3586751.

HSL color Cylindrical-coordinate representation of color #BFBA36: hue angle of 57.81º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFBA36 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 54 -
CMYK 0 0.03 0.72 0.25
HSL 57.81º 0.56% 0.48% -
HSV(B) 57.81º 0.72% 0.75% -
XYZ 39.71 46.46 10.36 -
YUV 172.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 191 186 54 0 0.03 0.72 0.25 57.81 0.56 0.48
Hex BF BA 36 0 3 48 19 3A 38 30
Octal 277 272 66 0 3 110 31 72 70 60
Binary 10111111 10111010 110110 0 11 1001000 11001 111010 111000 110000

Color Harmonies of #BFBA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA36

Black with #BFBA36

Text Example


Text Example

White with #BFBA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA36; }

 p { color: rgb(191,186,54); }

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

background-color css

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

 a { background-color: rgb(191,186,54); }

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

border-color css

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

 span { border-color: rgb(191,186,54); }

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