Html Css Color HEX #BFBA35 Old Gold

📋 copy color: '#BFBA35'

red 191 ◦ green 186 ◦ blue 53

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

Shades of Old Gold #BFBA35

Tints of Old Gold #BFBA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.33%

R = 44.42%
G = 43.26%
B = 12.33%

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

#BFBA35 (or 0xBFBA35) is known color: Old Gold. HEX triplet: BF, BA and 35. RGB value is (191,186,53). Sum of RGB (Red+Green+Blue) = 191+186+53=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA35 is #4045CA. Grayscale: #ACACAC. Windows color (decimal): -4212171 or 3521215. OLE color: 3521215.

HSL color Cylindrical-coordinate representation of color #BFBA35: hue angle of 57.83º degrees, saturation: 0.57, 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 #BFBA35 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 53 -
CMYK 0 0.03 0.72 0.25
HSL 57.83º 0.57% 0.48% -
HSV(B) 57.83º 0.72% 0.75% -
XYZ 39.69 46.45 10.24 -
YUV 172.33 60.66 141.31 -
System Red Green Blue C M Y K H S L
Decimal 191 186 53 0 0.03 0.72 0.25 57.83 0.57 0.48
Hex BF BA 35 0 3 48 19 3A 39 30
Octal 277 272 65 0 3 110 31 72 71 60
Binary 10111111 10111010 110101 0 11 1001000 11001 111010 111001 110000

Color Harmonies of #BFBA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA35

Black with #BFBA35

Text Example


Text Example

White with #BFBA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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